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