[SCM] faad2 packaging branch, master, updated. debian/2.7-4-8-g8a32a61

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Aug 17 08:21:48 UTC 2010


The following commit has been merged in the master branch:
commit 8a32a61f34a2d8ee123274a6cede8c970fa1fbea
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Aug 17 10:24:32 2010 +0200

    Fix the fix. :/

diff --git a/debian/patches/path_max.patch b/debian/patches/path_max.patch
index e5eba26..959c035 100644
--- a/debian/patches/path_max.patch
+++ b/debian/patches/path_max.patch
@@ -69,7 +69,7 @@ Forwarded: menno at audiocoding.com
              fnp[0] = '\0';
  
 -        strcat(audioFileName, file_ext[format]);
-+        strncat(audioFileName, file_ext[format], PATH_MAX - sizeof(file_ext[format]));
++        strncat(audioFileName, file_ext[format], PATH_MAX - sizeof(audioFileName));
      }
  
      /* check for mp4 file */

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list