Silence -Wnon-const-format
This commit is contained in:
parent
2e27b67bc5
commit
07cd02bf4e
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user