mirror of
https://github.com/nobuh/napple1.git
synced 2024-11-22 01:30:57 +00:00
msgbuf.c format not a string warning during make
This commit is contained in:
parent
d47be2dd9e
commit
c0f43127cc
@ -45,7 +45,7 @@ void print_msgbuf(char *s)
|
|||||||
"%-40s",
|
"%-40s",
|
||||||
s);
|
s);
|
||||||
werase(msgbuf);
|
werase(msgbuf);
|
||||||
wprintw(msgbuf, msg);
|
wprintw(msgbuf, "%s", msg);
|
||||||
wrefresh(msgbuf);
|
wrefresh(msgbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user