X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flibaltos%2Fcjnitest.c;h=c6d6e069c1f188cd56666292236e5c1f083c7dbb;hp=93d1f3763cf13cae66c35686bf11c6e2d48f31e6;hb=35d9a8214252dbe79aeb69ae47d2e5c58a654702;hpb=d14c96663a1027164fa30ed89b53f5a9d3fdb82b diff --git a/ao-tools/libaltos/cjnitest.c b/ao-tools/libaltos/cjnitest.c index 93d1f376..c6d6e069 100644 --- a/ao-tools/libaltos/cjnitest.c +++ b/ao-tools/libaltos/cjnitest.c @@ -30,6 +30,7 @@ main () continue; } altos_puts(file,"v\nc s\n"); + altos_flush(file); while ((c = altos_getchar(file, 100)) >= 0) { putchar (c); }