diff options
| -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; |
