- Last was incomplete commit.
SVN r1528 (trunk)
This commit is contained in:
parent
d3e1199c8f
commit
0060dab892
3 changed files with 22 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue