Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 25, 2002
1 parent 56cbc65 commit eac8979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivers/dir.c
Expand Up @@ -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 */
Expand Down

0 comments on commit eac8979

Please sign in to comment.