summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-05-22 22:11:17 +0000
committerpst <pst@FreeBSD.org>1997-05-22 22:11:17 +0000
commit4425defa7cb6ebb2f1a103c4859adda28147991c (patch)
tree6ef1f721721926f3387a15c8c827e7470770f8d7 /release
parent79ff4a8f8fcfa5447662733ffee3fc89581459c3 (diff)
downloadFreeBSD-src-4425defa7cb6ebb2f1a103c4859adda28147991c.zip
FreeBSD-src-4425defa7cb6ebb2f1a103c4859adda28147991c.tar.gz
Missing argument to printf
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/variable_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/variable_load.c b/release/sysinstall/variable_load.c
index 28257fd..95aeca9 100644
--- a/release/sysinstall/variable_load.c
+++ b/release/sysinstall/variable_load.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: variable_load.c,v 1.3 1997/04/01 02:08:07 pst Exp $
+ * $Id: variable_load.c,v 1.4 1997/05/16 20:40:00 pst Exp $
*
* Copyright (c) 1997
* Paul Traina. All rights reserved.
@@ -75,7 +75,7 @@ variableLoad(dialogMenuItem * self)
fp = mediaDevice->get(mediaDevice, cp, TRUE);
if (!fp) {
- msgConfirm("Configuration file '%s' not found.");
+ msgConfirm("Configuration file '%s' not found.", cp);
variable_unset(VAR_INSTALL_CFG);
what |= DITEM_FAILURE;
goto terminate_device;
OpenPOWER on IntegriCloud