]> git.neil.brown.name Git - gta04-gsm-voice-routing.git/commitdiff
Dont show progress - it can be slow
authorRadek Polak <psonek2@seznam.cz>
Sat, 18 Feb 2012 13:34:43 +0000 (14:34 +0100)
committerRadek Polak <psonek2@seznam.cz>
Sat, 18 Feb 2012 13:34:43 +0000 (14:34 +0100)
gsm-voice-routing.c

index 616a8d0010ccbb3c40a3029a848f4ec377053dec..366add2e35afcca612e5b5d7379669ded963eac9 100644 (file)
@@ -320,11 +320,11 @@ void log_with_timestamp(const char *msg)
 
 void show_progress()
 {
-    static int counter = 0;
+/*   static int counter = 0;
     char ch = "|\\-/"[(counter++) % 4];
     fputc(ch, logfile);
     fputc('\b', logfile);
-    fflush(logfile);
+    fflush(logfile);*/
 }
 
 int main()