From 0146c3332fc85a573e62172c82969ad3579456c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 27 Dec 2017 22:51:22 +0100 Subject: [PATCH] boost err msg str len to usable size --- platform/plat_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/plat_compat.h b/platform/plat_compat.h index 5f57084..597b0e7 100644 --- a/platform/plat_compat.h +++ b/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 ------------