]> git.saurik.com Git - apt.git/blobdiff - ftparchive/contents.cc
rework some code to fix some scan-build warnings
[apt.git] / ftparchive / contents.cc
index 015c790e074a351440490262ace1a7d32751c80b..80fe6e17e6ac99d995e42731018208fb41334767 100644 (file)
@@ -233,7 +233,7 @@ void GenContents::Add(const char *Dir,const char *Package)
    
    // The final component if it does not have a trailing /
    if (I - Start >= 1)
-      Root = Grab(Root,Start,Package);
+      Grab(Root,Start,Package);
 }
                                                                        /*}}}*/
 // GenContents::WriteSpace - Write a given number of white space chars /*{{{*/