Commit Diff


commit - d80d006a433ce1ac24728340d02609fe89a78260
commit + 21c41be68afb00ce8bce2558239ef56294c9dc86
blob - 66f2d9b93e919094d7591cd9e346d57821e75eb3
blob + 829a9c9d4193be747a48d0910af5b2a0ecc4cd37
--- fm.c
+++ fm.c
@@ -610,7 +610,7 @@ update_view()
 
 /* Show a message on the status bar. */
 static void __attribute__((format(printf, 2, 3)))
-message(enum color c, char *fmt, ...)
+message(enum color c, const char *fmt, ...)
 {
 	int len, pos;
 	va_list args;