mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
|
--- mpegsound/mpeglayer3.cc.orig Sat Nov 27 16:44:49 1999
|
||
|
+++ mpegsound/mpeglayer3.cc Sat Nov 27 16:45:27 1999
|
||
|
@@ -769,7 +769,7 @@
|
||
|
for(i=0;i<e;)
|
||
|
{
|
||
|
const HUFFMANCODETABLE *h;
|
||
|
- register end;
|
||
|
+ register int end;
|
||
|
|
||
|
if (i<region1Start)
|
||
|
{
|