31 Mar
2010
31 Mar
'10
10:39 p.m.
On 03/31/2010 03:42 PM, Matthias Bolte wrote:
Parsing is stricter now and doesn't accept trailing characters after the actual value anymore.
- if (sscanf(num, "%d", &pos) != 1) + if (virStrToLong_i(num, NULL, 10, &pos) < 0)
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org