From 43f6a587e67878837680524bdc8240224258fac3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Jul 2006 21:22:21 +0000 Subject: =?UTF-8?q?Bug=20330603=20=E2=80=93=20pango=5Fscan=5Fint=20invokes?= =?UTF-8?q?=20undefined=20behaviour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-07-10 Behdad Esfahbod Bug 330603 – pango_scan_int invokes undefined behaviour * pango/pango-utils.c (pango_scan_int): Use strtol. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01df55e7..abbcaf65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-10 Behdad Esfahbod + + Bug 330603 – pango_scan_int invokes undefined behaviour + + * pango/pango-utils.c (pango_scan_int): Use strtol. + 2006-07-10 Behdad Esfahbod Bug 315599 – PangoAttribute remains in wrong context. -- cgit v1.2.1