svn commit: r228683 - head/usr.sbin/sade

Dimitry Andric dim at FreeBSD.org
Sun Dec 18 01:14:39 UTC 2011


Author: dim
Date: Sun Dec 18 01:14:38 2011
New Revision: 228683
URL: http://svn.freebsd.org/changeset/base/228683

Log:
  Forgot to add usr.sbin/sade/label.c in the previous commit.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/sade/label.c

Modified: head/usr.sbin/sade/label.c
==============================================================================
--- head/usr.sbin/sade/label.c	Sun Dec 18 01:13:21 2011	(r228682)
+++ head/usr.sbin/sade/label.c	Sun Dec 18 01:14:38 2011	(r228683)
@@ -933,7 +933,7 @@ diskLabel(Device *dev)
 		}
 		if (msg) {
 		    if (req) {
-			msgConfirm(msg);
+			msgConfirm("%s", msg);
 			clear_wins();
 			msg = NULL;
 		    }


More information about the svn-src-head mailing list