aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29595113f1b..f49250b6a35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,7 +7,7 @@
7 decoding a CCL program. Many of the new checks are whether XINT (x) 7 decoding a CCL program. Many of the new checks are whether XINT (x)
8 fits in int; it doesn't always, on 64-bit hosts. The new version 8 fits in int; it doesn't always, on 64-bit hosts. The new version
9 doesn't catch all possible integer overflows, but it's an 9 doesn't catch all possible integer overflows, but it's an
10 improvement. 10 improvement. (Bug#8719)
11 11
12 * alloc.c (make_event_array): Use XINT, not XUINT. 12 * alloc.c (make_event_array): Use XINT, not XUINT.
13 There's no need for unsigned here. 13 There's no need for unsigned here.