[GRASS-SVN] r59366 - grass/trunk/db/db.connect
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 26 07:56:47 PDT 2014
Author: martinl
Date: 2014-03-26 07:56:46 -0700 (Wed, 26 Mar 2014)
New Revision: 59366
Modified:
grass/trunk/db/db.connect/main.c
Log:
fix typo r59364
Modified: grass/trunk/db/db.connect/main.c
===================================================================
--- grass/trunk/db/db.connect/main.c 2014-03-26 14:56:35 UTC (rev 59365)
+++ grass/trunk/db/db.connect/main.c 2014-03-26 14:56:46 UTC (rev 59366)
@@ -153,7 +153,7 @@
sprintf(database, "%s%s%s", buf, G_mapset(), c + 7);
}
#ifdef __MINGW32__
- if (strcmp(conn.driverName, "sqlite") == 0 |
+ if (strcmp(conn.driverName, "sqlite") == 0 ||
strcmp(conn.driverName, "dbf") == 0) {
char *p;
p = database;
More information about the grass-commit
mailing list