[farsight2/master] Use the right macro to print gsize

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:25 PST 2008


---
 gst/fsrtpconference/fs-rtp-codec-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-codec-cache.c b/gst/fsrtpconference/fs-rtp-codec-cache.c
index 1ec4056..d0048e7 100644
--- a/gst/fsrtpconference/fs-rtp-codec-cache.c
+++ b/gst/fsrtpconference/fs-rtp-codec-cache.c
@@ -330,7 +330,7 @@ load_codecs_cache (FsMediaType media_type, GError **error)
 
   if (size < sizeof(gint)) {
     g_set_error (error, FS_ERROR, FS_ERROR_INTERNAL,
-      "Cache file corrupt (size: %d < sizeof(int))", size);
+      "Cache file corrupt (size: %"G_GSIZE_FORMAT" < sizeof(int))", size);
     goto error;
   }
 
-- 
1.5.6.5




More information about the farsight-commits mailing list