]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.cc
Release 1.2.3
[apt.git] / apt-pkg / policy.cc
index d442e5c9069dce37789d80b6bbfd3dd375c8cf41..b36f4d4b75f1f611e3b73dc142daf07d68bc9600 100644 (file)
@@ -438,11 +438,11 @@ bool ReadPinFile(pkgPolicy &Plcy,string File)
       return true;
    
    FileFd Fd(File,FileFd::ReadOnly);
-   pkgTagFile TF(&Fd);
+   pkgTagFile TF(&Fd, pkgTagFile::SUPPORT_COMMENTS);
    if (Fd.IsOpen() == false || Fd.Failed())
       return false;
 
-   pkgUserTagSection Tags;
+   pkgTagSection Tags;
    while (TF.Step(Tags) == true)
    {
       // can happen when there are only comments in a record