Minor patch.

This commit is contained in:
Ryan C. Gordon 2002-07-27 06:49:36 +00:00
parent ece998dd3a
commit ac74982b7a
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ int __PHYSFS_platformInit(void)
{
if (buf[len] == '\\')
{
buf[++len] = '\0';
buf[len] = '\0';
break;
} /* if */
} /* for */