[SCM] blender/master: debian/patches/: #0009 changed to fix l10n issue

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Jul 30 09:52:25 UTC 2012


The following commit has been merged in the master branch:
commit c9c1f0c0a6ec58f12559d9e2b1fb13713d6a9d9a
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Sat Jul 28 17:46:06 2012 +0200

    debian/patches/: #0009 changed to fix l10n issue
    
    Closes: #683078
    Thanks: IRIE Shinsuke for pointing this out

diff --git a/debian/patches/0009-look_for_droid_ttf_with_fontconfig.patch b/debian/patches/0009-look_for_droid_ttf_with_fontconfig.patch
index dbe41fb..5a71e74 100644
--- a/debian/patches/0009-look_for_droid_ttf_with_fontconfig.patch
+++ b/debian/patches/0009-look_for_droid_ttf_with_fontconfig.patch
@@ -226,7 +226,7 @@ index 4b5ea44..2fa648b 100644
 +            alloc_size+= chunk_size;
 +        }
 +
-+        readsize= fread(mem+size, chunk_size,1,file);
++        readsize= fread(mem+size, 1, chunk_size, file);
 +        if(readsize>0) {
 +            size+= readsize;
 +        }

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list