[GRASS-SVN] r40338 - grass/trunk/vector/v.db.connect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 8 23:51:22 EST 2010
Author: hamish
Date: 2010-01-08 23:51:22 -0500 (Fri, 08 Jan 2010)
New Revision: 40338
Modified:
grass/trunk/vector/v.db.connect/main.c
Log:
change default fs to something compatible with spaces in path names (bug #809)
Modified: grass/trunk/vector/v.db.connect/main.c
===================================================================
--- grass/trunk/vector/v.db.connect/main.c 2010-01-09 04:40:05 UTC (rev 40337)
+++ grass/trunk/vector/v.db.connect/main.c 2010-01-09 04:51:22 UTC (rev 40338)
@@ -75,7 +75,6 @@
field_opt->gisprompt = "new_layer,layer,layer";
sep_opt = G_define_standard_option(G_OPT_F_SEP);
- sep_opt->answer = " ";
print = G_define_flag();
print->key = 'p';
More information about the grass-commit
mailing list