[MPlayer-cvslog] CVS: main/libdha pci.c,1.15,1.16

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Mar 27 09:49:16 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv14412/libdha

Modified Files:
	pci.c 
Log Message:
Change some printf calls to fprintf.
based on a patch by Attila Ötvös, oattila,,@,,chello,,.,,hu


Index: pci.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/pci.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pci.c	25 May 2005 08:48:31 -0000	1.15
+++ pci.c	27 Mar 2006 07:49:14 -0000	1.16
@@ -717,7 +717,7 @@
     
     if (len != 4)
     {
-	printf("pci_config_read: reading non-dword not supported!\n");
+	fprintf(stderr,"pci_config_read: Reading non-dword not supported!\n");
 	return(ENOTSUP);
     }
     




More information about the MPlayer-cvslog mailing list