Fix some warnings related to format strings.
This commit is contained in:
parent
3ac49bdaa0
commit
ca9e48d5f6
8 changed files with 8 additions and 8 deletions
|
|
@ -1047,7 +1047,7 @@ shell(void)
|
|||
|
||||
md_shellescape();
|
||||
|
||||
printf(retstr);
|
||||
printf("%s", retstr);
|
||||
noecho();
|
||||
raw();
|
||||
keypad(cw,1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue