diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-10-25 00:43:22 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-10-25 00:43:22 +0000 |
commit | f9876fd931a9543251456b5dbd464546816156a1 (patch) | |
tree | 3131d6e3b99000a212a9f5b834abcda4f0d5079e /ChangeLog | |
parent | c21fe206b08ec948a70edcd24ba5030d7634fab9 (diff) | |
download | libxslt-f9876fd931a9543251456b5dbd464546816156a1.tar.gz libxslt-f9876fd931a9543251456b5dbd464546816156a1.tar.bz2 libxslt-f9876fd931a9543251456b5dbd464546816156a1.zip |
changed iterator argument for Py_Dict_Next from int to ssize_t to fix
* python/libxslt.c: changed iterator argument for Py_Dict_Next
from int to ssize_t to fix x86_64 bug #489854
svn path=/trunk/; revision=1447
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed Oct 24 17:41:08 PDT 2007 William Brack <wbrack@mmm.com.hk> + + * python/libxslt.c: changed iterator argument for Py_Dict_Next + from int to ssize_t (seems Python docs are incorrect) to fix + x86_64 bug #489854. + Wed Oct 10 16:33:09 CEST 2007 Daniel Veillard <daniel@veillard.com> * libexslt/date.c tests/exslt/date/datetime.1.out |