summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-07-05 09:51:09 +0000
committerkris <kris@FreeBSD.org>2001-07-05 09:51:09 +0000
commit307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b (patch)
tree6006e77cf1cf9d98520733e49acc09ef5b89a69f /usr.sbin/sysinstall/index.c
parentfc3cfdc00e12f88128da41ed99b65020b8c361c8 (diff)
downloadFreeBSD-src-307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b.zip
FreeBSD-src-307edbea2bb0f1ffb76cf867d713bb6f1bb74b9b.tar.gz
Mark relevant functions __printflike()/__printf0like() and silence some of
the non-constant format string warnings. MFC after: 1 week
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index c30403a..ae6f6e4 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -530,7 +530,7 @@ pkg_selected(dialogMenuItem *self, int is_selected)
if (!is_selected || kp->type != PACKAGE)
return;
- msgInfo(kp->desc);
+ msgInfo("%s", kp->desc);
}
int
OpenPOWER on IntegriCloud