[gs-cvs] gs/src
Igor Melichev
igor at ghostscript.com
Tue Jan 27 08:07:22 PST 2004
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv18185/gs/src
Modified Files:
gzspotan.h
Log Message:
Fix (TT grid fitting) : A garbager descriptor was wrong.
DETAILS :
It caused a crash running all comparefiles with ppmraw in a single job.
EXPECTED DIFFERENCES :
None.
Index: gzspotan.h
===================================================================
RCS file: /cvs/ghostscript/gs/src/gzspotan.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gzspotan.h 6 Jan 2004 13:32:23 -0000 1.5
+++ gzspotan.h 27 Jan 2004 16:07:20 -0000 1.6
@@ -112,7 +112,7 @@
gs_public_st_suffix_add4_final(st_device_spot_analyzer, gx_device_spot_analyzer,\
"gx_device_spot_analyzer", device_spot_analyzer_enum_ptrs,\
device_spot_analyzer_reloc_ptrs, gx_device_finalize, st_device,\
- trap_buffer, cont_buffer_last, cont_buffer, cont_buffer_last)
+ trap_buffer, trap_buffer_last, cont_buffer, cont_buffer_last)
/* -------------- Interface methods ----------------------------- */
More information about the gs-cvs
mailing list