On Mon, Feb 04, 2008 at 01:05:52AM +0100, Edgar Toernig wrote:
> if (size < 1024) {
> - char buf[size]; /* gcc-ism */
> + char buf[1024];Good point; when it was a mingw-only hack the gcc-ism didn't matter. I'll see if I can push an updated patch in a day or so... -bcd
