> From: Laukala Juha <[EMAIL PROTECTED]>
> musicin.c(641);  l3_sb_sample = (L3SBS FAR *) mem_alloc(sizeof(SBS),
> "l3_sb_sample");
> 
>  sizeof (L3SBS) != sizeof(SBS) ?

Laukala was correct.  This is a definite error.
For those of you that are amiga users, this is the error that cause
continual crashes in early versions of amiga-mp3enc etc :)
On many unices this will not error at all due to tolerant memory
protection/allocation routines. My freebsd machine has never once
complained.
This may have been the cause of that person's pgcc compile error.
I used to work around this by simply alloc()ing twice as much mem as
needed.
This is fixed for 2.1c which will be out later this week - if I can think
of anything else to put in there :)

later
mike
(remember: quality quality quality!)

Reply via email to