From 9d1939240dccd1a73d94ced4ea7d88e84a452a3b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 12 Sep 2010 13:39:19 +0300 Subject: [PATCH] * mu-cmd-index.c: replace printf with g_print --- src/mu-cmd-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; "