summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libwavpack/wputils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwavpack/wputils.c b/apps/codecs/libwavpack/wputils.c
index 9fff5db3bc..4caa77c841 100644
--- a/apps/codecs/libwavpack/wputils.c
+++ b/apps/codecs/libwavpack/wputils.c
@@ -169,7 +169,7 @@ ulong WavpackUnpackSamples (WavpackContext *wpc, long *buffer, ulong samples)
169 break; 169 break;
170 170
171 if (wps->wphdr.version < 0x402 || wps->wphdr.version > 0x40f) { 171 if (wps->wphdr.version < 0x402 || wps->wphdr.version > 0x40f) {
172 strcpy (wpc->error_message, "not compatible with this version of WavPack file!"); 172 /*strcpy (wpc->error_message, "not compatible with this version of WavPack file!");*/
173 break; 173 break;
174 } 174 }
175 175