Patched to compile.

This commit is contained in:
Ryan C. Gordon 2002-05-25 11:12:40 +00:00
parent f38942c536
commit 21d053a046
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ static PHYSFS_sint64 DIR_getLastModTime(DirHandle *h, const char *name)
PHYSFS_sint64 retval;
BAIL_IF_MACRO(d == NULL, NULL, 0);
retval = __PHYSFS_platformGetMtime(d);
retval = __PHYSFS_platformGetLastModTime(d);
free(d);
return(retval);
} /* DIR_getLastModTime */