The following commit has been merged in the master branch:
commit 1b1bbb35f902b2b0e686f7343491e145ee599bdb
Author: Guillem Jover <[email protected]>
Date:   Mon Nov 5 23:11:34 2012 +0100

    dpkg-deb: Do not initialize variable that gets a subsequent value

diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index dc8033d..ba843ca 100644
--- a/dpkg-deb/extract.c
+++ b/dpkg-deb/extract.c
@@ -219,7 +219,7 @@ extracthalf(const char *debar, const char *dir, const char 
*taroption,
     }
   } else if (strncmp(versionbuf, "0.93", 4) == 0) {
     char ctrllenbuf[40];
-    int l = 0;
+    int l;
 
     l = strlen(versionbuf);
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to