]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
doc/po/pt.po: updated, thanks to Américo Monteir
[apt.git] / cmdline / apt-cache.cc
index 0860ee7bff5374962d77c4b86dacae87f83cdab5..1414617eb4abb7bf4f200444909b556a70039c20 100644 (file)
@@ -507,7 +507,7 @@ static bool DumpAvail(CommandLine &)
         break;
       }
 
-      FileFd PkgF(File.FileName(),FileFd::ReadOnly);
+      FileFd PkgF(File.FileName(),FileFd::ReadOnly, FileFd::Extension);
       if (_error->PendingError() == true)
         break;
       
@@ -1118,7 +1118,7 @@ static bool Dotty(CommandLine &CmdL)
 /* This displays the package record from the proper package index file. 
    It is not used by DumpAvail for performance reasons. */
 
-static unsigned char const* skipDescriptionFields(unsigned char const * DescP)
+static APT_PURE unsigned char const* skipDescriptionFields(unsigned char const * DescP)
 {
    char const * const TagName = "\nDescription";
    size_t const TagLen = strlen(TagName);