changeset 18260:51588cd0dca5

fix printf->mp_msg transition, 10l to Reynaldo and/or Attila
author rathann
date Mon, 24 Apr 2006 21:04:25 +0000
parents e90af781bbb6
children 5bf6b74e793c
files libvo/vo_tdfxfb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_tdfxfb.c	Mon Apr 24 20:50:37 2006 +0000
+++ b/libvo/vo_tdfxfb.c	Mon Apr 24 21:04:25 2006 +0000
@@ -248,7 +248,7 @@
 		break;
 
 	default:
-		MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
+		mp_msg(MSGT_VO, MSGL_ERR, MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
 		return -1;
 	}