[GRASS-SVN] r33543 - grass/branches/develbranch_6/vector/v.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 25 14:52:53 EDT 2008


Author: neteler
Date: 2008-09-25 14:52:53 -0400 (Thu, 25 Sep 2008)
New Revision: 33543

Modified:
   grass/branches/develbranch_6/vector/v.proj/main.c
Log:
glynn: ->gisprompt should be either valid or NULL (merge)

Modified: grass/branches/develbranch_6/vector/v.proj/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.proj/main.c	2008-09-25 11:55:40 UTC (rev 33542)
+++ grass/branches/develbranch_6/vector/v.proj/main.c	2008-09-25 18:52:53 UTC (rev 33543)
@@ -66,7 +66,7 @@
     /* set up the options and flags for the command line parser */
 
     mapopt = G_define_standard_option(G_OPT_V_INPUT);
-    mapopt->gisprompt = "";
+    mapopt->gisprompt = NULL;
     mapopt->required = NO;
 
     ilocopt = G_define_option();



More information about the grass-commit mailing list