mirror of
https://github.com/nobuh/napple1.git
synced 2024-11-21 10:31:40 +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",
|
||||
s);
|
||||
werase(msgbuf);
|
||||
wprintw(msgbuf, msg);
|
||||
wprintw(msgbuf, "%s", msg);
|
||||
wrefresh(msgbuf);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user