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, 11 insertions, 0 deletions
diff --git a/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp b/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp
new file mode 100644
index 000000000000..8ce3aae98649
--- /dev/null
+++ b/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp
@@ -0,0 +1,11 @@
+--- 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);