diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-10-02 09:25:37 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-10-02 09:25:37 -0300 |
commit | 9504f6f95ba38205551275f94069799ce8683657 (patch) | |
tree | a2978d01b7a5627ef2657023fdfb8952618fd021 /debian | |
parent | 1450dbaaadb7f863c8d1191a10ef542b2809db03 (diff) |
- apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
has type 'size_t';
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 08a60585c..61bb75129 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ apt (0.7.7) UNRELEASED; urgency=low * Fix compilation warnings: - apt-pkg/indexfile.cc: conversion from string constant to 'char*'; - apt-pkg/acquire-item.cc: likewise; + - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument + has type 'size_t'; [ Ian Jackson ] * dpkg-triggers: Deal properly with new package states. |