*** empty log message ***
This commit is contained in:
parent
e83d8bc71c
commit
f101472293
3
physfs.c
3
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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue