mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-15 16:07:09 +00:00
Disconcertingly, flush() after each fwrite() appears to make it work. Something is wrotten somewhere...
This commit is contained in:
parent
b5f018f408
commit
535abd2c6c
@ -180,6 +180,8 @@ const char* const inf(const char* const src)
|
||||
ERRLOG("OOPS fwrite ...");
|
||||
break;
|
||||
}
|
||||
|
||||
fflush(dest);
|
||||
} while (1);
|
||||
|
||||
} while (0);
|
||||
|
Loading…
Reference in New Issue
Block a user