changeset 293:f7e65132e296

Some bugfix.
author se7encode
date Fri, 06 Apr 2001 10:30:29 +0000
parents 2c0bb83b77b3
children 701aad6a43ee
files libvo/vo_svga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_svga.c	Fri Apr 06 10:25:47 2001 +0000
+++ b/libvo/vo_svga.c	Fri Apr 06 10:30:29 2001 +0000
@@ -152,7 +152,7 @@
   }
   
   printf("SVGAlib resolution: %dx%d %dbpp - ", WIDTH, HEIGHT, bpp);
-  if (maxw != orig_w || maxh != orig_h) printf("Video scaled to: %dx%d %f.2\n",maxw,maxh,scaling);
+  if (maxw != orig_w || maxh != orig_h) printf("Video scaled to: %dx%d\n",maxw,maxh);
   else printf("No video scaling\n");
 
   return (0);