Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693296 | Differences between
and this patch

Collapse All | Expand All

(-)a/dump/content.c (-2 / +1 lines)
Lines 6338-6344 static bool_t Link Here
6338
Media_prompt_erase(drive_t *drivep)
6338
Media_prompt_erase(drive_t *drivep)
6339
{
6339
{
6340
	fold_t fold;
6340
	fold_t fold;
6341
	char question[100];
6341
	char question[200];
6342
	char *preamblestr[PREAMBLEMAX];
6342
	char *preamblestr[PREAMBLEMAX];
6343
	size_t preamblecnt;
6343
	size_t preamblecnt;
6344
	char *querystr[QUERYMAX];
6344
	char *querystr[QUERYMAX];
6345
- 

Return to bug 693296