]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* make sure that the pkgRecords D'tor does not segfault
[apt.git] / cmdline / apt-get.cc
index ac931373ddd42b877698870ba6b57fca4c34f1c7..a22d881b6ab9f6992adec85e0a611994ca9b5d62 100644 (file)
@@ -2013,7 +2013,7 @@ bool DoSource(CommandLine &CmdL)
            if (system(S) != 0)
            {
               fprintf(stderr,_("Unpack command '%s' failed.\n"),S);
            if (system(S) != 0)
            {
               fprintf(stderr,_("Unpack command '%s' failed.\n"),S);
-              fprintf(stderr,_("Check if the 'dpkg-dev' package is installed.\n");
+              fprintf(stderr,_("Check if the 'dpkg-dev' package is installed.\n"));
               _exit(1);
            }       
         }
               _exit(1);
            }       
         }