From 41d0de355c1e43d2cb615a3242e1b86910bbb30e Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Thu, 16 Jul 2009 09:39:23 +0000 Subject: Fix length modifiers in debug output --- diff --git a/src/espeak.c b/src/espeak.c index a5b742c..c0e3be5 100644 --- a/src/espeak.c +++ b/src/espeak.c @@ -352,7 +352,7 @@ play(Econtext *self, Espin *spin, gsize size_to_play) spin->sound_offset += size_to_play; - GST_DEBUG("out=%p size_to_play=%zd tell=%zd ts=%zd dur=%zd", + GST_DEBUG("out=%p size_to_play=%zd tell=%zd ts=%lld dur=%lld", GST_BUFFER_DATA(out), size_to_play, spin->sound_offset, GST_BUFFER_TIMESTAMP(out), GST_BUFFER_DURATION(out)); -- cgit v0.9.1