comparison arogue7/command.c @ 307:32bc72dcbf4f

Fix some warnings related to format strings.
author John "Elwin" Edwards
date Fri, 30 Apr 2021 20:48:30 -0400
parents e52a8a7ad4c5
children c03d0b87211c
comparison
equal deleted inserted replaced
306:057c5114e244 307:32bc72dcbf4f
1045 * Fork and do a shell 1045 * Fork and do a shell
1046 */ 1046 */
1047 1047
1048 md_shellescape(); 1048 md_shellescape();
1049 1049
1050 printf(retstr); 1050 printf("%s", retstr);
1051 noecho(); 1051 noecho();
1052 raw(); 1052 raw();
1053 keypad(cw,1); 1053 keypad(cw,1);
1054 keypad(msgw,1); 1054 keypad(msgw,1);
1055 in_shell = FALSE; 1055 in_shell = FALSE;