*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2004 03:10:54 +0000 (03:10 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2004 03:10:54 +0000 (03:10 +0000)
citadel/setup.c

index acbdb58a9e587d9059b9d5f8ee4fa26d8ebaa015..cc9dc274e4978b3e524a5ae7fb3882edfd4992a0 100644 (file)
@@ -398,7 +398,7 @@ void progress(char *text, long int curr, long int cmax)
 
        case UI_DIALOG:
                if (curr == 0) {
-                       sprintf(buf, "exec %s --gauge '%s' 7 72",
+                       sprintf(buf, "exec %s --gauge '%s' 7 72 0",
                                getenv("CTDL_DIALOG"),
                                text);
                        fp = popen(buf, "w");