diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 04:51:47 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-18 04:51:47 +0000 |
| commit | 07cd02bf4e7f7f38943f611f6987953073ab3b40 (patch) | |
| tree | cb89035ae3a164c737f0f69340b580dd6a6834fd /lib | |
| parent | 2e27b67bc54e5fd9b6e39ada53b651f8fb7ccd59 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstand/pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/pager.c b/lib/libstand/pager.c index 387fdc31cb9f..265ccdc00ee6 100644 --- a/lib/libstand/pager.c +++ b/lib/libstand/pager.c @@ -94,7 +94,7 @@ pager_output(const char *cp) if (*(cp++) == '\n') { /* got a newline? */ p_freelines--; if (p_freelines <= 0) { - printf(pager_prompt1); + printf("%s", pager_prompt1); action = 0; while (action == 0) { switch(getchar()) { |
