diff options
-rw-r--r-- | xine_input_vdr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_input_vdr.h b/xine_input_vdr.h index 223cbe9c..5f8065eb 100644 --- a/xine_input_vdr.h +++ b/xine_input_vdr.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.h,v 1.8 2008-11-11 23:46:41 phintuka Exp $ + * $Id: xine_input_vdr.h,v 1.9 2008-11-12 00:42:48 phintuka Exp $ * */ @@ -55,8 +55,8 @@ typedef struct vdr_input_plugin_if_s { #define CONTROL_DISCONNECTED -3 typedef struct grab_data_s { - int size; - char *data; + size_t size; + char *data; } grab_data_t; #if defined __cplusplus |