]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
merged from lp:~donkult/apt/sid
[apt.git] / apt-pkg / sourcelist.cc
index a25358bf289784189e770602a4f325905514a943..ebfb5289e8c52a5c571b65e10408166167fb9e6c 100644 (file)
@@ -266,7 +266,7 @@ bool pkgSourceList::ReadAppend(string File)
       // CNC:2003-02-20 - Do not break if '#' is inside [].
       for (I = Buffer; *I != 0 && *I != '#'; I++)
          if (*I == '[')
-           for (I++; *I != 0 && *I != ']'; I++);
+           I = strchr(I + 1, ']');
       *I = 0;
       
       const char *C = _strstrip(Buffer);