* mu-cmd-index.c: replace printf with g_print

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-12 13:39:19 +03:00
parent 4ecb207e15
commit 9d1939240d
1 changed files with 1 additions and 1 deletions

View File

@ -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; "