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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html