[Mplayer-cvslog] CVS: main/vidix/drivers mga_vid.c,1.23,1.24

Diego Biurrun diego at biurrun.de
Sat Nov 15 14:00:30 CET 2003


Gabucino writes:
 > -	if (is_g400 == -1)
 > -	{
 > -		printf("[mga] No supported cards found\n");
 > -		return(ENXIO);
 > -	}
 > +	if (is_g400 == -1 && verbose) printf("[mga] Can't find chip\n");
 > +	return(ENXIO);

You moved the "return(ENXIO);" out of the if conditional.  Your commit
message does not imply that this was intended.  If this is indeed the
case you need to go shopping for your fair share of Coca Cola.

Diego



More information about the MPlayer-cvslog mailing list