libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / network / udpxy / patches / 01-gcc7.patch
blob39533747c68ff22a96536af1833b2556b7056a17
1 --- udpxy-1.0.23-10/util.c.orig 2018-02-15 02:01:08.323864051 +0000
2 +++ udpxy-1.0.23-10/util.c 2018-02-15 02:15:06.319923588 +0000
3 @@ -48,7 +48,7 @@
4 extern const char BUILD_TYPE[];
5 extern const int PATCH;
7 -static char s_sysinfo [80] = "\0";
8 +static char s_sysinfo [800] = "\0";
10 extern struct udpxy_opt g_uopt;