[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.30,1.31
Szabolcs Berecz
szabii at users.sourceforge.net
Fri Apr 20 03:09:55 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv28209
Modified Files:
vo_fbdev.c
Log Message:
dumb bug fixed
Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** vo_fbdev.c 2001/04/19 01:24:59 1.30
--- vo_fbdev.c 2001/04/20 01:09:53 1.31
***************
*** 502,506 ****
if (*s == ',')
goto out_err;
! if (!(r = (range_t *) realloc(r, sizeof(*r) * i + 2))) {
printf("can't realloc 'r'\n");
return NULL;
--- 502,506 ----
if (*s == ',')
goto out_err;
! if (!(r = (range_t *) realloc(r, sizeof(*r) * (i + 2)))) {
printf("can't realloc 'r'\n");
return NULL;
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list