Hi!

11-Июн-2006 02:06 [EMAIL PROTECTED] (Blair Campbell) wrote to
[EMAIL PROTECTED]:

BC> All of FreeCOM now uses write instead of putchar and intr instead of
BC> int86[x] or intdos[x]

      Why to replace int86() by intr()?

BC> +++ cls.c   11 Jun 2006 02:06:11 -0000      1.7
BC> -   putchar('\xc');         /*  ^L Form feed */
BC> +    write( 1, "\xc", 1 ); /* ^L Form feed */
BC>     fflush(stdout);
BC>     fflush(stderr);

      Same bug, as previously: mixed FILE* and handle-oriented IO, and there
write() placed _before_ fflush(). Definitely bug.


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to