1
0
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:
Kris Kennaway 2001-02-18 04:51:47 +00:00
parent 2e27b67bc5
commit 07cd02bf4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72621

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