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).
Also, in musicin.c I noticed sys/types.h is no longer included; on OS/2
EMX it is a prerequisite if you use sys/stat.h. So perhaps:
#ifdef __EMX__
#include <sys/types.h> /* EMX requires sys/types.h to use sys/stat.h */
#endif
regards,
paul
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )