
1 Apr
2010
1 Apr
'10
12:39 a.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