Explorar o código

*** empty log message ***

bhook %!s(int64=23) %!d(string=hai) anos
pai
achega
f101472293
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      physfs.c

+ 3 - 0
physfs.c

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