Thread
:
getting an error when compiling rev 1416
View Single Post
#
2
04-25-2010, 11:27 PM
Andrew80k
Dragon
Join Date: Feb 2007
Posts: 659
I commented out these 3 (1083-1085) lines in zone/client.cpp:
//va_start(argptr, msg);
//vsnprintf(buffer, 4096, msg, argptr);
//va_end(argptr);
And it compiled fine. I haven't tried to run it.
Andrew80k
View Public Profile
Send a private message to Andrew80k
Find all posts by Andrew80k