소스 검색

fix typo https://trac.osgeo.org/grass/changeset/59364

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59366 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 년 전
부모
커밋
c0c9557b0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      db/db.connect/main.c

+ 1 - 1
db/db.connect/main.c

@@ -153,7 +153,7 @@ int main(int argc, char *argv[])
                         sprintf(database, "%s%s%s", buf, G_mapset(), c + 7);
                         sprintf(database, "%s%s%s", buf, G_mapset(), c + 7);
                     }
                     }
 #ifdef __MINGW32__
 #ifdef __MINGW32__
-                    if (strcmp(conn.driverName, "sqlite") == 0 |
+                    if (strcmp(conn.driverName, "sqlite") == 0 ||
                         strcmp(conn.driverName, "dbf") == 0) {
                         strcmp(conn.driverName, "dbf") == 0) {
                         char *p;
                         char *p;
                         p = database;
                         p = database;