Skip to content

Commit

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

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


Expand Down

0 comments on commit 433ae86

Please sign in to comment.