From a287b1e4420e0d89ca83e1343acbbae74c8aea9b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 23 Jul 2003 22:47:19 +0000 Subject: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int) Original commit message from CVS: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int) --- ext/ladspa/gstladspa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index a58358ba..460bdf12 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -848,8 +848,8 @@ gst_ladspa_chain (GstPad *pad, GstBuffer *buffer_in) if (numsrcpads) { for (i=0; isrcpads[i], buffers_out[i]); } -- cgit v1.2.1