mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Silence -Wnon-const-format
This commit is contained in:
parent
2e27b67bc5
commit
07cd02bf4e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72621
@ -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