[SCM] VLC media player packaging branch, lenny, updated. debian/0.8.6.h-4+lenny2-6-gfab3e82

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sun Oct 4 20:17:47 UTC 2009


The following commit has been merged in the lenny branch:
commit fab3e8242ba3a8bc42b4b2b523cf84f5d380e8c2
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sun Oct 4 22:17:24 2009 +0200

    Fix patch

diff --git a/debian/patches/410-DZCORE-2009-001.diff b/debian/patches/410-DZCORE-2009-001.diff
index e09185a..839fdbf 100644
--- a/debian/patches/410-DZCORE-2009-001.diff
+++ b/debian/patches/410-DZCORE-2009-001.diff
@@ -14,7 +14,7 @@ Index: vlc/modules/access/rtsp/real.c
  
    int n;
    rmff_dump_pheader(ph, *buffer);
-+  if (pf->length<12) return 0;
++  if (ph->length<12) return 0;
    n=rtsp_read_data(rtsp_session, *buffer + 12, ph->length - 12);
    return (n <= 0) ? 0 : n+12;
  }

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list