FS-2746 --resolve large xmlrpc update thanks garmt

This commit is contained in:
Jeff Lenk
2012-10-13 11:37:25 -05:00
parent 37ecad9903
commit 6b6c83a718
397 changed files with 41822 additions and 33841 deletions

View File

@@ -56,7 +56,7 @@ init_va_listx(va_listx * const argsxP,
#if VA_LIST_IS_ARRAY
/* 'args' is NOT a va_list. It is a pointer to the first element of a
'va_list', which is the same address as a pointer to the va_list
itself.
itself. (That's what happens when you pass an array in C).
*/
memcpy(&argsxP->v, args, sizeof(argsxP->v));
#else