summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e673cee9e..0567f99ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 5.0.90.
+ * src/pathchk.c (validate_path): Cast strlen value to `unsigned long'
+ so it matches `%ld' format even on 32-bit systems.
+
* src/fmt.c (flush_paragraph): Cast field width to `int' to
avoid warning on 64-bit systems.