diff --git a/src/mu-cmd-index.c b/src/mu-cmd-index.c index 3683c91c..80162b08 100644 --- a/src/mu-cmd-index.c +++ b/src/mu-cmd-index.c @@ -111,7 +111,7 @@ index_msg_cb (MuIndexStats* stats, void *user_data) static int len = 0; while (len --> 0) /* note the --> operator :-) */ - printf ("\b"); + g_print ("\b"); len = snprintf (output, sizeof(output), "%c processing mail; processed: %u; "