diff options
| -rw-r--r-- | lib/libdisk/tst01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 1ad9421ce3fd..6426f64337a6 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -153,7 +153,7 @@ main(int argc, char **argv) free(q); q = p = readline(myprompt); #else - printf(myprompt); + printf("%s", myprompt); fflush(stdout); q = p = fgets(input,sizeof(input),stdin); #endif |
