summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-08-29 21:45:19 -0700
committerKeith Packard <keithp@keithp.com>2010-08-29 21:45:19 -0700
commit1acd3c7ec167b1b18e4ea493e5978c938a91cc89 (patch)
treec62a8a0d1a95043391f37c97f7ff66a914fd3f04
parent6527357d1f0e94faf9e7dacac10a39875131be7c (diff)
libaltos: cjnitest needs altos_flush now
-rw-r--r--ao-tools/libaltos/cjnitest.c1
1 files changed, 1 insertions, 0 deletions
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);
}