mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/693296 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
15 lines
329 B
Diff
15 lines
329 B
Diff
http://oss.sgi.com/bugzilla/show_bug.cgi?id=876
|
|
https://bugs.gentoo.org/335115
|
|
|
|
--- a/dump/content.c
|
|
+++ b/dump/content.c
|
|
@@ -6460,7 +6460,7 @@
|
|
Media_prompt_erase( drive_t *drivep )
|
|
{
|
|
fold_t fold;
|
|
- char question[100];
|
|
+ char question[200];
|
|
char *preamblestr[PREAMBLEMAX];
|
|
size_t preamblecnt;
|
|
char *querystr[QUERYMAX];
|