1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in the MP3 decoder.

This commit is contained in:
jules 2011-11-30 11:30:23 +00:00
parent e60b2f3a20
commit 510df9fcdf

View file

@ -2692,7 +2692,7 @@ private:
{ {
if (mc == 0) if (mc == 0)
{ {
mc = *mapEnd++; mc = *map++;
xrpnt = ((float*) xr) + *map++; xrpnt = ((float*) xr) + *map++;
step = (*map++ == 3) ? 1 : 3; step = (*map++ == 3) ? 1 : 3;
++map; ++map;