Larry Rosenman wrote:
> works good too, modulo the usual (for me) Variable-Length Array use in
> demime.c (line 478 this version).
Noticed this, too, in the process of upgrading from 4.20 to 4.30. IBM
Visual Age for C compiler doesn't understand this. I ended up with
making workbuf[] a fixed size array, but this is not excactly a clean
solution. Do you have something better (malloc or something)?