Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
bhook committed Mar 16, 2003
1 parent e83d8bc commit f101472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions physfs.c
Expand Up @@ -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;
Expand Down Expand Up @@ -1254,6 +1256,7 @@ int __PHYSFS_verifySecurity(DirHandle *h, const char *fname)

free(str);
return(retval);
#endif
} /* __PHYSFS_verifySecurity */


Expand Down

0 comments on commit f101472

Please sign in to comment.