summaryrefslogtreecommitdiff
path: root/lib/libstand/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/pager.c')
-rw-r--r--lib/libstand/pager.c2
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()) {