summaryrefslogtreecommitdiff
path: root/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mac/files/patch-src-MACLib-WAVInputSource.cpp')
-rw-r--r--audio/mac/files/patch-src-MACLib-WAVInputSource.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp b/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp
deleted file mode 100644
index 8ce3aae98649..000000000000
--- a/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/MACLib/WAVInputSource.cpp.orig Wed May 12 06:35:57 2004
-+++ src/MACLib/WAVInputSource.cpp Mon Aug 9 20:27:58 2004
-@@ -47,7 +47,7 @@
- pExtension--;
-
- // create the proper input source
-- if (wcsicmp(pExtension, L".wav") == 0)
-+ if (wcscmp(pExtension, L".wav") == 0)
- {
- if (pErrorCode) *pErrorCode = ERROR_SUCCESS;
- return new CWAVInputSource(pSourceName, pwfeSource, pTotalBlocks, pHeaderBytes, pTerminatingBytes, pErrorCode);