1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00

* 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

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