aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmaa/fix-ppc64le-build-snprinf-buflen.patch
blob: 7c8bf66e12344dc3ade0697cb6fa55ea1857951a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/log.c
+++ b/log.c
@@ -297,7 +297,7 @@
 {
    va_list ap_copy;
    time_t t;
-   static char   buf [4096] = "";
+   static char   buf [4356] = "";
    static char   buf_main [4096] = "";
    static char   buf_preamble [256] = "";