Silence -Wnon-const-format

This commit is contained in:
Kris Kennaway 2001-02-18 04:51:47 +00:00
parent 2e27b67bc5
commit 07cd02bf4e

View File

@ -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()) {