Linux FC4 Compile Error
As of the latest build, there is an error compiling on Linux FC4 (EQEmu 992 does not have the same problem on the same OS).
Code:
spell_effects.cpp:776: error: expected `)` before `spell` Code:
snprintf(effect_desc, _EDLEN, "Summon %s: %s", (effect==SE_Familiar)?"Familiar":"Pet" spell.teleport_zone); Code:
snprintf(effect_desc, _EDLEN, "Summon %s: %s", (effect==SE_Familiar)?"Familiar":"Pet", spell.teleport_zone); |
Or just delete that whole line.. it's a debug line that KLS left in and isn't needed for anything beyond that.
|
I'll add this into the server code. Thanks for it.
|
odd, I recall commiting that with comma intact (as it compiled for me before I commited and don't recall touching it between that time and commit).
But yeah the line is also non essential and just used for debugging purposes, delete it or add the comma till it's fixed. |
This has been committed to the server code repository. Thank you for your contribution.
|
All times are GMT -4. The time now is 12:49 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.