]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Properly parse (unsigned) long long
authorGuido Günther <agx@sigxcpu.org>
Fri, 12 Oct 2012 23:05:40 +0000 (01:05 +0200)
committerCole Robinson <crobinso@redhat.com>
Thu, 18 Oct 2012 17:19:51 +0000 (13:19 -0400)
commit95110e715dadbdefbd452d5949a706b230667aa2
tree7cc8fa5ab20cbf30874918bd03be13d47ec0cfdc
parent71460b50b72943e50ccd488f1c1b2d9ef1151d09
Properly parse (unsigned) long long

This fixes problems on platforms where sizeof(long) != sizeof(long long)
like ia32.
(cherry picked from commit d78035d06aab73a76a82c525f41580cf986cce7b)
python/generator.py