View Single Post
  #2  
Old 04-25-2010, 11:27 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

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.
Reply With Quote