PDA

View Full Version : EQEmuLoginServer/ErrorLog.cpp r1459 Linux Compile Fix


pfyon
05-11-2010, 02:22 PM
The addition of memset() to rev 1459 of ErrorLog.cpp broke the compile for my linux box. Solution is to #include <string.h> in ErrorLog.cpp.

gaeorn
05-11-2010, 02:47 PM
Bah, I pointed this out to KLS when she made the change. Guess she didn't commit it. I'll try to get it in there a little later. Thanks.

KLS
05-11-2010, 04:46 PM
I figured you would commit it since I don't have to have it to compile and thus remembering to fix it was like 50/50 for me.

gaeorn
05-11-2010, 10:58 PM
So you were being lazy... got it. It's in SVN now.