if (size < 1024) {
-               char buf[size]; /* gcc-ism */
+               char buf[1024];

Reply via email to