diff options
Diffstat (limited to 'audio/sweep/files/patch-aa')
-rw-r--r-- | audio/sweep/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/sweep/files/patch-aa b/audio/sweep/files/patch-aa deleted file mode 100644 index 224eba887c6..00000000000 --- a/audio/sweep/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/file_ops.c 2000/09/25 09:15:46 1.1 -+++ src/file_ops.c 2000/09/25 09:15:49 -@@ -54,7 +54,7 @@ - if (!pathname) return NULL; - - samplefile = afOpenFile(pathname, "r", NULL); -- if (samplefile <= 0) -+ if (samplefile == AF_NULL_FILEHANDLE) - /* return (int) samplefile;*/ - return NULL; - |