Skip to content
Snippets Groups Projects
Commit 437e8545 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Address cppcheck error - not an actual bug"

This reverts commit fddbd721.

Causes MSVC warning:
msgtoqwk.cpp(249): warning C4309: 'initializing': truncation of constant value
parent 7167fae0
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -19,7 +19,7 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#define QWK_NEWLINE 227 /* QWK line terminator (0xE3) */
#define QWK_NEWLINE '\xe3' /* QWK line terminator (227) */
#define QWK_BLOCK_LEN 128
#define QWK_HFIELD_LEN 25 /* Header field (To/From/Subject) length */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment