Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-07-16 09:39:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-16 09:43:30 (GMT)
commit41d0de355c1e43d2cb615a3242e1b86910bbb30e (patch)
treefe14120ed68c3cbdb353288d80c72404c8077c52
parent02abb0fca093c1b6648225b253a5483a3e180d26 (diff)
Fix length modifiers in debug output0.3-mag
-rw-r--r--src/espeak.c2
1 files changed, 1 insertions, 1 deletions
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));