diff libvo/vo_3dfx.c @ 614:f83ec60bce49

fprintf(stderr converted to printf(
author szabii
date Tue, 24 Apr 2001 11:30:57 +0000
parents 7de9e48c83a5
children 4c7b219e126c
line wrap: on
line diff
--- a/libvo/vo_3dfx.c	Tue Apr 24 10:21:55 2001 +0000
+++ b/libvo/vo_3dfx.c	Tue Apr 24 11:30:57 2001 +0000
@@ -170,7 +170,7 @@
 	bpp = attribs.depth;
 	if (bpp != 16) 
 	{
-		fprintf(stderr,"Only 16bpp supported!");
+		printf("Only 16bpp supported!");
 		exit(-1);
 	}
 
@@ -336,7 +336,7 @@
 	// Open driver device
 	if ( (fd = open("/dev/3dfx",O_RDWR) ) == -1) 
 	{
-		fprintf(stderr,"Couldn't open /dev/3dfx\n");
+		printf("Couldn't open /dev/3dfx\n");
 		exit(1);
 	}