[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.103,1.104

Arpi of Ize arpi at mplayerhq.hu
Sun Oct 13 23:58:58 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv26705/libvo

Modified Files:
	x11_common.c 
Log Message:
compiler warning fixes
patch by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- x11_common.c	6 Oct 2002 18:21:13 -0000	1.103
+++ x11_common.c	13 Oct 2002 21:58:55 -0000	1.104
@@ -635,7 +635,7 @@
  Atom            type;
  int             format;
  unsigned long   nitems, bytesafter;
- Atom          * args = NULL;
+ unsigned char   * args = NULL;
 
  if ( WinID >= 0 ) return;
  




More information about the MPlayer-cvslog mailing list