changeset 9191:21920dfcc37c

workaround one possible sig11
author pontscho
date Sat, 01 Feb 2003 08:46:17 +0000
parents aa55f2f0b057
children c167de07f81d
files Gui/mplayer/common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/common.c	Sat Feb 01 08:42:52 2003 +0000
+++ b/Gui/mplayer/common.c	Sat Feb 01 08:46:17 2003 +0000
@@ -167,7 +167,7 @@
  buf=(uint32_t *)image_buffer;
  drw=(uint32_t *)bf->Image;
 
-#if 0
+#if 1
  for ( iy=y;iy < (int)(y+bf->Height / max);iy++ )
   for ( ix=x;ix < (int)(x+bf->Width);ix++ )
    {