From d30d9948ab0673d0f9290f734ff20db0ab0fe5a5 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 b44bafa..a365b55 100644 --- a/src/espeak.c +++ b/src/espeak.c @@ -346,7 +346,7 @@ play(Econtext *self, Espin *spin, gsize size_to_play) spin->sound_offset += size_to_play; spin->events_pos += 1; - 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