From 912df1e8ab61962c29eb4faff17a7d75c4905b84 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 8 Jan 2008 13:50:11 +0000 Subject: [lib] add mising UL qualifier to numerical constant 2008-01-08 Pavol Rusnak * memory.c: (mtype_memstr) Fix accidental shift past width of type, constant should have been forced to UL, rather than being left to default to int. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index bd66f071..bbbdfab0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2008-01-08 Pavol Rusnak + + * memory.c: (mtype_memstr) Fix accidental shift past width of type, + constant should have been forced to UL, rather than being left to + default to int. + 2007-11-12 Denis Ovsienko * linklist.c: (listnode_add_after) Don't forget to increment list -- cgit v1.2.1