diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 19:24:22 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 19:24:22 +0200 |
commit | 04b38410e88705c26f191ca654cb89ab91c866ad (patch) | |
tree | f79ef1a04932ccfca26f8398d73df858c198806b /apt-pkg/cdrom.cc | |
parent | 8ecd1fedeace0e22f96259e250094006c673d065 (diff) | |
parent | 4b7c5a3fe8e3dfc439fdad88f30e28964059a5e4 (diff) |
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r-- | apt-pkg/cdrom.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index 4a688a5e1..96106c7a9 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -668,8 +668,8 @@ bool pkgCdrom::Add(pkgCdromStatus *log) DropRepeats(TransList,""); if(log) { msg.str(""); - ioprintf(msg, _("Found %i package indexes, %i source indexes, " - "%i translation indexes and %i signatures\n"), + ioprintf(msg, _("Found %lu package indexes, %lu source indexes, " + "%lu translation indexes and %lu signatures\n"), List.size(), SourceList.size(), TransList.size(), SigList.size()); log->Update(msg.str(), STEP_SCAN); |