diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/syserror.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/syserror.cpp b/src/util/syserror.cpp index d721602bbb..391ddd3560 100644 --- a/src/util/syserror.cpp +++ b/src/util/syserror.cpp @@ -13,7 +13,7 @@ std::string SysErrorString(int err) { - char buf[256]; + char buf[1024]; /* Too bad there are three incompatible implementations of the * thread-safe strerror. */ const char *s = nullptr; |