summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2008-04-21 15:37:42 +0000
committerjkar8572 <jkar8572>2008-04-21 15:37:42 +0000
commit826145e5b397af52a303e0a663dece10d2fece0e (patch)
treea33fc10ecff442386f1da4b5f725b436d897e696 /Changelog
parentf13442c8a527a4ab6d34e7a93390fb2f45b70e4d (diff)
Format string fixes (Ladislav Michnovic)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c58548b..d703bf6 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.16 to 3.17
+* fixed format strings to use "%llu" and "%lld" instead of "%Lu" and "%Ld" (Ladislav Michnovic)
* removed ssl, resolv, lber from the list of LDAP libraries since we don't need them directly (Jan Kara)
* added limits.h include to quota_nld (Jan Kara)