[gs-cvs] gs/src
Ralph Giles
giles at casper.ghostscript.com
Tue Aug 27 13:27:28 PDT 2002
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv26390
Modified Files:
gp_mac.c
Log Message:
Fix: update MacOS build for changes in gs_abort().
Index: gp_mac.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/gp_mac.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gp_mac.c 16 Jun 2002 05:48:55 -0000 1.7
+++ gp_mac.c 27 Aug 2002 20:27:26 -0000 1.8
@@ -157,7 +157,7 @@
if (gettimeofday(&tp) == -1) {
lprintf("Ghostscript: gettimeofday failed!\n");
- gs_abort(1);
+ gs_abort();
}
/* tp.tv_sec is #secs since Jan 1, 1970 */
More information about the gs-cvs
mailing list