summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine/osd_manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/osd_manager.c b/xine/osd_manager.c
index 819388da..0b91c008 100644
--- a/xine/osd_manager.c
+++ b/xine/osd_manager.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: osd_manager.c,v 1.18 2010-05-16 11:57:21 phintuka Exp $
+ * $Id: osd_manager.c,v 1.19 2010-05-21 12:38:48 phintuka Exp $
*
*/
@@ -145,7 +145,7 @@ static void clear_osdcmd(osd_command_t *cmd)
*/
static void osdcmd_to_overlay(vo_overlay_t *ovl, osd_command_t *cmd)
{
- int i;
+ uint i;
ovl->rle = (rle_elem_t*)cmd->data;
ovl->data_size = cmd->datalen;