Forgot to add usr.sbin/sade/label.c in the previous commit.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-18 01:14:38 +00:00
parent 7b910e702a
commit b134560923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228683

View File

@ -933,7 +933,7 @@ diskLabel(Device *dev)
}
if (msg) {
if (req) {
msgConfirm(msg);
msgConfirm("%s", msg);
clear_wins();
msg = NULL;
}