From 27cf4cc94874faf34c461e2f745a917d3c98b095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 20 Jun 2006 00:35:07 +0000 Subject: Fix generic warnings. CVS patchset: 8063 CVS date: 2006/06/20 00:35:07 --- src/xine-engine/input_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/input_cache.c') diff --git a/src/xine-engine/input_cache.c b/src/xine-engine/input_cache.c index 465203ccb..ae921f3f5 100644 --- a/src/xine-engine/input_cache.c +++ b/src/xine-engine/input_cache.c @@ -22,7 +22,7 @@ * The goal of this input plugin is to reduce * the number of calls to the real input plugin. * - * $Id: input_cache.c,v 1.10 2006/05/22 17:00:40 mshopf Exp $ + * $Id: input_cache.c,v 1.11 2006/06/20 00:35:07 dgp85 Exp $ */ #ifdef HAVE_CONFIG_H @@ -45,7 +45,7 @@ typedef struct { input_plugin_t *main_input_plugin; /* original input plugin */ xine_stream_t *stream; - uint8_t buf[BUFFER_SIZE]; + char buf[BUFFER_SIZE]; int buf_len; int buf_pos; -- cgit v1.2.3