diff options
Diffstat (limited to 'release/sysinstall/system.c')
-rw-r--r-- | release/sysinstall/system.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index d459203..0e112b0 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.18 1995/05/19 04:17:38 jkh Exp $ + * $Id: system.c,v 1.19 1995/05/19 16:58:58 jkh Exp $ * * Jordan Hubbard * @@ -273,6 +273,7 @@ systemChangeScreenmap(const u_char newmap[]) if (ioctl(0, PIO_SCRNMAP, newmap) < 0) msgConfirm("Sorry! Unable to load the screenmap for %s", getenv("LANG")); + dialog_clear(); } } |