[gs-cvs] gs/src
Dan Coby
dan at casper.ghostscript.com
Mon Aug 26 16:07:02 PDT 2002
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv19968/src
Modified Files:
gsht1.c
Log Message:
Another fix of a problem that had been previously fixed and lost due to
a commit of files from ORIMP. MSVC will not accept { } for a structure
initializer. Added a zero to keep MSVC happy. Problem previously fixed
by Igor.
Index: gsht1.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/gsht1.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gsht1.c 26 Aug 2002 23:00:07 -0000 1.9
+++ gsht1.c 26 Aug 2002 23:07:00 -0000 1.10
@@ -568,7 +568,7 @@
&phcop->transfer_closure, mem);
}
-private const gx_ht_order_procs_t wts_order_procs = {
+private const gx_ht_order_procs_t wts_order_procs = { 0
};
/**
More information about the gs-cvs
mailing list