View | Details | Raw Unified | Return to bug 24061
Collapse All | Expand All

(-)release/sysinstall/wizard.c (+2 lines)
Lines 70-75 Link Here
70
    char **cp,*cmds[200];
70
    char **cp,*cmds[200];
71
    int ncmd,i;
71
    int ncmd,i;
72
72
73
    systemSuspendDialog();
73
    sprintf(myprompt,"%s> ", d->name);
74
    sprintf(myprompt,"%s> ", d->name);
74
    while(1) {
75
    while(1) {
75
	printf("--==##==--\n");
76
	printf("--==##==--\n");
Lines 197-200 Link Here
197
	printf("\n");
198
	printf("\n");
198
199
199
    }
200
    }
201
    systemResumeDialog();
200
}
202
}

Return to bug 24061