# HG changeset patch # User arpi # Date 1033327401 0 # Node ID f89b4a70dbda2f4cd8a313c158bb7e0fe031b5ab # Parent f296ff05bcd0c43e73107defc6019f32619f2674 warning fix - hope it don't break it diff -r f296ff05bcd0 -r f89b4a70dbda libvo/vo_svga.c --- a/libvo/vo_svga.c Sun Sep 29 19:19:31 2002 +0000 +++ b/libvo/vo_svga.c Sun Sep 29 19:23:21 2002 +0000 @@ -753,7 +753,7 @@ static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src, unsigned char *srca, int stride) { - int base; + char* base; if(oldmethod) { base=buffer;