]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
Noted allowed file name characters in /etc/apt/sources.list.d/* files.
[apt.git] / apt-inst / deb / dpkgdb.cc
index c6a0e80e6c3ffc416eab573b3aa151a997b26ec9..e51e4f8b3dad3db752d6a3fa21eb41ed0da110e0 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/dpkgdb.h"
-#endif
-
 #include <apt-pkg/dpkgdb.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/error.h>
@@ -383,7 +379,7 @@ bool debDpkgDB::ReadyFileList(OpProgress &Progress)
       return _error->Error(_("The pkg cache must be initialized first"));
    if (FList != 0)
    {
-      Progress.OverallProgress(1,1,1,_("Reading file list"));
+      Progress.OverallProgress(1,1,1,_("Reading file listing"));
       return true;
    }