[gs-cvs] rev 8188 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Tue Aug 14 09:18:29 PDT 2007


Author: giles
Date: 2007-08-14 09:18:28 -0700 (Tue, 14 Aug 2007)
New Revision: 8188

Modified:
   trunk/gs/src/gdevwts.c
Log:
Change the path to the icc link profile to the current working 
directory, the same path used for the wts_* halftone files and
for link.icc in gdevimdi.c. Motivated by simplifying running
the device in regression testing.


Modified: trunk/gs/src/gdevwts.c
===================================================================
--- trunk/gs/src/gdevwts.c	2007-08-13 17:07:58 UTC (rev 8187)
+++ trunk/gs/src/gdevwts.c	2007-08-14 16:18:28 UTC (rev 8188)
@@ -17,7 +17,7 @@
 /* $Id$ */
 /* ALPHA: Sample Device that provides WTS screening and IMDI color management */
 /* TODO: this should be configurable */
-#define LINK_ICC_NAME	"../../link.icc"
+#define LINK_ICC_NAME	"link.icc"
 
 #include "errno_.h"
 #include "string_.h"



More information about the gs-cvs mailing list