Przeglądaj źródła

Patched to compile.

Ryan C. Gordon 24 lat temu
rodzic
commit
eac8979577
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      archivers/dir.c

+ 1 - 1
archivers/dir.c

@@ -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 */