increase stext buffer size
Update void-packages template / Update xbps-src template (push) Successful in 3m10s Details

This commit is contained in:
Luca Bilke 2024-09-23 14:18:52 +02:00
parent 8eba068d64
commit 3e09b3f212
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 2 additions and 2 deletions

4
dwm.c
View File

@ -370,8 +370,8 @@ static void zoom(const Arg *arg);
/* variables */
static const char broken[] = "broken";
static char stext[2048];
static char rawstext[2048];
static char stext[4096];
static char rawstext[4096];
static int screen;
static int sw, sh; /* X display screen geometry width, height */