Skip to content
Snippets Groups Projects
Commit 4c079b4c authored by Christopher Stawarz's avatar Christopher Stawarz
Browse files

Restored erroneously-removed MAX_MESSAGE_LENGTH constant

parent 87f8f5ce
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../../AccessClass.h"
#include "../MessageCenter/MessageCenterEditor.h"
//const int MAX_MESSAGE_LENGTH = 64000;
const int MAX_MESSAGE_LENGTH = 64000;
#ifdef WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment