The following commit has been merged in the master branch:
commit ccd65150bbb0701eb32b27a6e262806c7b393d12
Author: Guillem Jover <[email protected]>
Date:   Mon Feb 8 12:23:16 2010 +0100

    libdpkg: Remove variable l shadowing a previous definition

diff --git a/lib/dpkg/myopt.c b/lib/dpkg/myopt.c
index 428255c..0b42dcf 100644
--- a/lib/dpkg/myopt.c
+++ b/lib/dpkg/myopt.c
@@ -101,7 +101,6 @@ void myfileopt(const char* fn, const struct cmdinfo* 
cmdinfos) {
     }
 
     for (cip=cmdinfos; cip->olong || cip->oshort; cip++) {
-      int l;
       if (!cip->olong) continue;
       if (!strcmp(cip->olong,linebuf)) break;
       l=strlen(cip->olong);

-- 
dpkg's main repository


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

Reply via email to