[GRASS-SVN] r33483 - grass/trunk/vector/v.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 17 06:16:32 EDT 2008
Author: glynn
Date: 2008-09-17 06:16:32 -0400 (Wed, 17 Sep 2008)
New Revision: 33483
Modified:
grass/trunk/vector/v.proj/main.c
Log:
->gisprompt should be either valid or NULL
Modified: grass/trunk/vector/v.proj/main.c
===================================================================
--- grass/trunk/vector/v.proj/main.c 2008-09-17 08:22:27 UTC (rev 33482)
+++ grass/trunk/vector/v.proj/main.c 2008-09-17 10:16:32 UTC (rev 33483)
@@ -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