summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-12 07:03:44 +0000
committerjkh <jkh@FreeBSD.org>1996-06-12 07:03:44 +0000
commit3ff88e997b783b5d885539159b3128b761a0a023 (patch)
tree60dd02b30a40ad525e46e02e7613d03c63cc5db3 /release/sysinstall/dist.c
parentcfc0d659e7df2db91128c1aae09e0c33c8ad4bda (diff)
downloadFreeBSD-src-3ff88e997b783b5d885539159b3128b761a0a023.zip
FreeBSD-src-3ff88e997b783b5d885539159b3128b761a0a023.tar.gz
handle a message box which can potentially go past 80 cols.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 6df4101..a06aa0c 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.55 1996/05/29 01:35:26 jkh Exp $
+ * $Id: dist.c,v 1.56 1996/05/29 03:27:31 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -459,7 +459,7 @@ distExtract(char *parent, Distribution *me)
status = TRUE;
}
else {
- status = msgYesNo("Unable to transfer the %s distribution from %s.\n"
+ status = msgYesNo("Unable to transfer the %s distribution from\n%s.\n\n"
"Do you want to try to retrieve it again?",
me[i].my_name, mediaDevice->name);
}
OpenPOWER on IntegriCloud