[Mplayer-cvslog] CVS: main/Gui/bitmap bitmap.c,1.6,1.7
Zoltan Ponekker
pontscho at mplayerhq.hu
Thu May 23 16:46:38 CEST 2002
Update of /cvsroot/mplayer/main/Gui/bitmap
In directory mail:/var/tmp.root/cvs-serv15597/Gui/bitmap
Modified Files:
bitmap.c
Log Message:
applied 64bit patch from Ulrich Hecht <uli at suse.de>
Index: bitmap.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/bitmap/bitmap.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bitmap.c 20 May 2002 13:39:15 -0000 1.6
+++ bitmap.c 23 May 2002 14:46:05 -0000 1.7
@@ -207,7 +207,7 @@
out->ImageSize=out->Width * out->Height * 4;
out->Image=(char *)calloc( 1,out->ImageSize );
mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[c32to1] imagesize: %d\n",out->ImageSize );
- if ( (int)out->Image == NULL ) mp_msg( MSGT_GPLAYER,MSGL_STATUS,"nem van ram baze\n" );
+ if ( out->Image == NULL ) mp_msg( MSGT_GPLAYER,MSGL_STATUS,"nem van ram baze\n" );
{
int i,b,c=0; unsigned int * buf = NULL; unsigned char tmp = 0;
buf=(unsigned int *)out->Image;
More information about the MPlayer-cvslog
mailing list