[SCM] Packaging for briquolo branch, master, updated. debian/0.5.7-1-13-g9d6d850

Bradley Smith brad at brad-smith.co.uk
Fri Sep 26 20:10:38 UTC 2008


The following commit has been merged in the master branch:
commit 9d6d85010912f64c5ccaf6cf9d733f2e3d54bcc7
Author: Bradley Smith <brad at brad-smith.co.uk>
Date:   Fri Sep 26 21:10:21 2008 +0100

    Stop mixing tabs and spaces in 10_fix_ati_crash.
    
    Signed-off-by: Bradley Smith <brad at brad-smith.co.uk>

diff --git a/debian/patches/10_fix_ati_crash b/debian/patches/10_fix_ati_crash
index fb58fc5..f3caee1 100644
--- a/debian/patches/10_fix_ati_crash
+++ b/debian/patches/10_fix_ati_crash
@@ -12,11 +12,11 @@ diff -Naur briquolo-0.5.7.orig/src/MOGL/MOGL_Fenetre.cpp briquolo-0.5.7/src/MOGL
  			// On recommence donc !
  			_NbBitParPixel = 24;
  			_SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
-+            if(_SurfaceSDL == NULL)
-+            {
-+			    _NbBitParPixel = 16;
-+			    _SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
-+            }
++           if(_SurfaceSDL == NULL)
++           {
++               _NbBitParPixel = 16;
++               _SurfaceSDL = _CreerFenetre(_NbBitParPixel, flags);
++           }
  		}
  	}
  	if (_SurfaceSDL == NULL)

-- 
Packaging for briquolo



More information about the Pkg-games-commits mailing list