fix missing params for VA_COPY pointed out by Dalibor Topic

<robilad@yahoo.com>
This commit is contained in:
Bill Currie 2003-06-25 15:22:39 +00:00
parent 64f74731c5
commit 1d32ff04e6
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ dstring_clearstr (dstring_t *dstr)
#elif defined (HAVE__VA_COPY)
# define VA_COPY(a,b) __va_copy (a, b)
#else
# define VA_COPY memcpy (a, b, sizeof (a))
# define VA_COPY(a,b) memcpy (a, b, sizeof (a))
#endif
static int