git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50742 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -184,7 +184,7 @@ dbDbmscap *db_read_dbmscap(void)
#ifdef __MINGW32__
/* skip manifest files on Windows */
- if (G_strstr(ent->d_name, ".manifest"))
+ if (strstr(ent->d_name, ".manifest"))
continue;
#endif