|
From: <no...@so...> - 2002-10-24 11:56:30
|
Bugs item #627768, was opened at 2002-10-23 23:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=627768&group_id=24184 Category: Logplayer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alexey Vasilyev (alexvas) >Assigned to: Oliver Obst (fruit) Summary: Loplayer GCC 3.2 compiling error Initial Comment: There is an error on Logplayer compiling by GCC 3.2 compiler. The problems are in the logplayer.C file "ISO C++ forbids assignment of arrays". The following lines should be corrected: // line 563 m_tBuf2.body.show.team = m_tBuf.body.show.team; // line 599 m_tBuf2.body.msg.message = m_tBuf.body.msg.message; // line 684 m_tBuf2.body.msg.message = m_tBuf.body.msg.message; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=627768&group_id=24184 |