[GRASS-SVN] r30805 - grass/trunk/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 30 05:47:35 EDT 2008


Author: glynn
Date: 2008-03-30 05:47:35 -0400 (Sun, 30 Mar 2008)
New Revision: 30805

Modified:
   grass/trunk/vector/v.digit/display.c
Log:
GRASS_BACKGROUNDCOLOR shouldn't have leading "0x"



Modified: grass/trunk/vector/v.digit/display.c
===================================================================
--- grass/trunk/vector/v.digit/display.c	2008-03-30 09:21:48 UTC (rev 30804)
+++ grass/trunk/vector/v.digit/display.c	2008-03-30 09:47:35 UTC (rev 30805)
@@ -199,7 +199,7 @@
 
     putenv("GRASS_RENDER_IMMEDIATE=TRUE");
     putenv("GRASS_TRUECOLOR=TRUE");
-    putenv("GRASS_BACKGROUNDCOLOR=0xFFFFFF");
+    putenv("GRASS_BACKGROUNDCOLOR=FFFFFF");
 
     sprintf(img_buf, "GRASS_PNGFILE=%s.ppm", ppmfile);
     putenv(img_buf);



More information about the grass-commit mailing list