diff options
Diffstat (limited to 'emulators/zsnes/files/patch-src::linux::zfilew.c')
-rw-r--r-- | emulators/zsnes/files/patch-src::linux::zfilew.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/zsnes/files/patch-src::linux::zfilew.c b/emulators/zsnes/files/patch-src::linux::zfilew.c deleted file mode 100644 index 5483ff407fb4..000000000000 --- a/emulators/zsnes/files/patch-src::linux::zfilew.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/linux/zfilew.c.orig Tue May 1 21:33:14 2001 -+++ src/linux/zfilew.c Thu May 3 22:47:47 2001 -@@ -365,6 +365,11 @@ - - *(char *)(DTALocPos + 0x15) = 0; - -+#ifdef __FreeBSD__ -+ if (globbuf.gl_matchc == 0) -+ return -1; -+#endif -+ - stat ( globbuf.gl_pathv[globcur], &filetype ); - - if(ZFileFindATTRIB&0x10 && !S_ISDIR ( filetype.st_mode )) return(ZFileFindNext()); |