Re: [1/4] msxml3: libxml2 error/warning callback functions (try 2)
26 Oct
2010
26 Oct
'10
5:20 p.m.
Adam Martinson <amartinson(a)codeweavers.com> writes:
+ len = vsnprintf(NULL, 0, msg, ap); + buf = heap_alloc(len+1); + vsnprintf(buf, len+1, msg, ap);
vsnprintf can also return -1, check how this is done in other places. -- Alexandre Julliard julliard(a)winehq.org
5529
Age (days ago)
5529
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard