boost err msg str len to usable size

sipo
Ondřej Hruška 6 years ago
parent c802946db0
commit 0146c3332f
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      platform/plat_compat.h

@ -32,7 +32,7 @@
// -------- Stack buffers ----------
#define DBG_BUF_LEN 80 // Size of the snprintf buffer for debug messages
#define ERR_MSG_STR_LEN 32 // Error message buffer size
#define ERR_MSG_STR_LEN 64 // Error message buffer size
#define IWBUFFER_LEN 80 // Ini writer buffer for sprintf
// -------- Timeouts ------------

Loading…
Cancel
Save