>i noticed between 3.29 and 3.30 the order of gpk_redraw's parameters
>were swapped, but the calls to it (in gpkplotting.c) were unchanged,
>which lead to compiler warnings & coredumps when I tried using -g
>option. Swapping them around seemed to fix it here (on OS/2 using pgcc
>2.91.66).
Oooops, damn, this is my fault, sorry...
..checking my patches, I see that I accidentally swapped those two parameters,
a thousand apologies... ;)
BTW, Mark, Mike left the following open at line 115 in mdct.c:
void mdct_init()
..change to:
void mdct_init(void)
..to follow my efforts making all functions new-style... ;)
..oh, and remember to change the prototype at line 22. ;)
At line 646 in musicin.c "compression_ratio" is used in it's uninitialized
state, this is harmless atm, since the follow block doesn't actually do
anything, but still... ;)
Oh, and I haven't been able to successfully compile mpglib yet, I just tons of
errors .. I haven't bothered trying to hard getting it to work yet, so so far,
I've just edited out the mp3-reading functions... ;)
- CISC
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )