- Last was incomplete commit.

SVN r1528 (trunk)
This commit is contained in:
Randy Heit 2009-04-08 04:47:44 +00:00
commit 0060dab892
3 changed files with 22 additions and 22 deletions

View file

@ -136,7 +136,7 @@ void STACK_ARGS DCanvas::DrawText (FFont *font, int normalcolor, int x, int y, c
case TAG_MORE:
more_p = va_arg (tags, va_list*);
va_end (tags);
#ifdef __GNUC__
#ifndef NO_VA_COPY
va_copy (tags, *more_p);
#else
tags = *more_p;