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:
parent
8cb37d3a54
commit
fe94a7aa8e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue