Przeglądaj źródła

*** empty log message ***

bhook 23 lat temu
rodzic
commit
433ae86ef8
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      physfs.c

+ 0 - 3
physfs.c

@@ -1193,8 +1193,6 @@ char * __PHYSFS_convertToDependent(const char *prepend,
 
 
 int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)
 int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)
 {
 {
-   return 1;
-#if 0
     int retval = 1;
     int retval = 1;
     char *start;
     char *start;
     char *end;
     char *end;
@@ -1256,7 +1254,6 @@ int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)
 
 
     free(str);
     free(str);
     return(retval);
     return(retval);
-#endif
 } /* __PHYSFS_verifySecurity */
 } /* __PHYSFS_verifySecurity */