Re: [AD] another bug

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


>   but here stops for the key and doesn't print the last
> message! it prints it later!

This is to do with DJGPP's buffered I/O - it won't flush the output until it
receives a '\n' character. If you put an
fflush(stdout);
line in before the readkey(), it should work fine.




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/