glide3x,sst1 (sst1InitVoodooFile, INIT_LINUX): changed path separator to '/'

This commit is contained in:
sezero
2018-08-20 17:01:36 +03:00
parent fa071d0a93
commit 3e2cc50867

View File

@@ -192,7 +192,7 @@ FX_ENTRY FxBool FX_CALL sst1InitVoodooFile() {
break;
}
strcpy(filename, tmpPtr);
if (filename[strlen(filename)-1] == '\\')
if (filename[strlen(filename)-1] == '/')
sprintf(filename, "%svoodoo", filename);
else
sprintf(filename, "%s/voodoo", filename);