warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 11:10:34 +00:00
parent f511777d7b
commit ccec0d870f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ attempt_hacks(E_DBusMenu_Ctx *ctx)
Eldbus_Connection *conn;
const char *bus, *p;
int n;
char buf[1024] = {0}, buf2[1024] = {0};
char buf[1024] = {0}, buf2[1024 + 12] = {0};
if (ctx->hacks) return EINA_FALSE;
obj = eldbus_proxy_object_get(ctx->proxy);