Skip to content

Commit 4c079b4

Browse files
committed
Restored erroneously-removed MAX_MESSAGE_LENGTH constant
1 parent 87f8f5c commit 4c079b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/NetworkEvents/NetworkEvents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2727
#include "../../AccessClass.h"
2828
#include "../MessageCenter/MessageCenterEditor.h"
2929

30-
//const int MAX_MESSAGE_LENGTH = 64000;
30+
const int MAX_MESSAGE_LENGTH = 64000;
3131

3232

3333
#ifdef WIN32

0 commit comments

Comments
 (0)