Fix some warnings related to format strings.

This commit is contained in:
John "Elwin" Edwards 2021-04-30 20:48:30 -04:00
parent 3ac49bdaa0
commit ca9e48d5f6
8 changed files with 8 additions and 8 deletions

View file

@ -1079,7 +1079,7 @@ shell(void)
md_shellescape();
printf(retstr);
printf("%s", retstr);
fflush(stdout);
noecho();
crmode();