From: Kaj-Michael Lang Date: Mon, 28 Apr 2008 08:39:00 +0000 (+0300) Subject: Fix warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0aafe04f1658e9e43c8a1d02f90382ad59f2d8;p=mapper Fix warning --- diff --git a/src/speak.c b/src/speak.c index c5a67ad..d8f6f37 100644 --- a/src/speak.c +++ b/src/speak.c @@ -207,7 +207,7 @@ if (speaking==TRUE) return FALSE; #endif -g_debug("Speaking: %s (%d)\n", text, strlen(text)); +g_debug("Speaking: %s (%u)\n", text, (guint)strlen(text)); espeak_Synth(text, strlen(text)+1, 0, POS_CHARACTER, 0, espeakCHARS_UTF8, NULL, NULL); if (speaking!=TRUE) {