1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/kmpg/files/patch-ab
Chris Piazza b1e23d9d9b Fix boneheadedness. Such great programming practices
such as never including unistd.h and using close() on a FILE stream.
2000-01-24 01:16:32 +00:00

12 lines
301 B
Plaintext

--- lib/yaflib/players/splay/mpeglayer3.cc.orig Sun Jan 23 16:50:48 2000
+++ lib/yaflib/players/splay/mpeglayer3.cc Sun Jan 23 16:50:50 2000
@@ -767,7 +767,7 @@
for(i=0;i<e;)
{
const HUFFMANCODETABLE *h;
- register end;
+ register int end;
if (i<region1Start)
{