Disconcertingly, flush() after each fwrite() appears to make it work. Something is wrotten somewhere...

This commit is contained in:
Aaron Culliney 2014-04-06 21:15:06 -07:00
parent b5f018f408
commit 535abd2c6c

View File

@ -180,6 +180,8 @@ const char* const inf(const char* const src)
ERRLOG("OOPS fwrite ...");
break;
}
fflush(dest);
} while (1);
} while (0);