1
0
Fork 0
forked from len0rd/rockbox

no strcpy for codecs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2005-02-25 17:55:52 +00:00
parent 8cb37d3a54
commit fe94a7aa8e

View file

@ -169,7 +169,7 @@ ulong WavpackUnpackSamples (WavpackContext *wpc, long *buffer, ulong samples)
break; break;
if (wps->wphdr.version < 0x402 || wps->wphdr.version > 0x40f) { if (wps->wphdr.version < 0x402 || wps->wphdr.version > 0x40f) {
strcpy (wpc->error_message, "not compatible with this version of WavPack file!"); /*strcpy (wpc->error_message, "not compatible with this version of WavPack file!");*/
break; break;
} }