From b7534074e2217cd2eb5b8310b9123dc459c63ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 30 Aug 2009 22:13:26 +0200 Subject: id3tag: Unconditionally use GLib 2.16 API --- gst/id3tag/id3tag.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/id3tag') diff --git a/gst/id3tag/id3tag.c b/gst/id3tag/id3tag.c index dd7bb04f7..43c7635a3 100644 --- a/gst/id3tag/id3tag.c +++ b/gst/id3tag/id3tag.c @@ -103,9 +103,7 @@ gst_byte_writer_copy_bytes (GstByteWriter * w, guint8 * dest, guint offset, if (size == -1) size = length - offset; -#if GLIB_CHECK_VERSION(2,16,0) g_warn_if_fail (length >= (offset + size)); -#endif memcpy (dest, w->str + offset, MIN (size, length - offset)); } -- cgit v1.2.1