diff arogue5/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
line wrap: on
line diff
--- a/arogue5/command.c	Sat Apr 17 15:41:12 2021 -0400
+++ b/arogue5/command.c	Fri Apr 30 20:48:30 2021 -0400
@@ -854,7 +854,7 @@
     
     md_shellescape();
 
-    printf(retstr);
+    printf("%s", retstr);
     fflush(stdout);
     nonl();
     noecho();