diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-05-22 22:11:17 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-05-22 22:11:17 +0000 |
| commit | 25d8a0c488ac4be1627b801595ded8db5f49fde2 (patch) | |
| tree | b2b8631724d03855a012917e536107c6a8861e04 | |
| parent | 27584cebe047c18a94a3378a54522ba4a2618715 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/variable_load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/variable_load.c b/release/sysinstall/variable_load.c index 28257fd7be3e..95aeca9c5f8b 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; |
