From 260af5245545e1e2d7c14800433028bb8e759f6c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 10 Sep 2005 20:54:25 +0000 Subject: [PATCH] Steps 3.x --- commands/ibm/autopart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index 05eedb25f..c3ce0adda 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -2422,7 +2422,7 @@ select_region(void) static void printstep(int step, char *str) { int n; - n = printf("\n --- Substep 2.%d: %s ---", step, str); + n = printf("\n --- Substep 3.%d: %s ---", step, str); while(n++ < 73) printf("-"); printf("\n"); }