diff options
| author | Keith Packard <keithp@keithp.com> | 2010-08-29 21:45:19 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-08-29 21:45:19 -0700 | 
| commit | 1acd3c7ec167b1b18e4ea493e5978c938a91cc89 (patch) | |
| tree | c62a8a0d1a95043391f37c97f7ff66a914fd3f04 /ao-tools/libaltos/cjnitest.c | |
| parent | 6527357d1f0e94faf9e7dacac10a39875131be7c (diff) | |
libaltos: cjnitest needs altos_flush now
Diffstat (limited to 'ao-tools/libaltos/cjnitest.c')
| -rw-r--r-- | ao-tools/libaltos/cjnitest.c | 1 | 
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);  		}  | 
