Change command length to 100

This commit is contained in:
Tobias Eidelpes 2021-07-17 19:32:25 +02:00
parent 6bbb413fd7
commit 537ed53694

View File

@ -5,7 +5,7 @@
#include<signal.h> #include<signal.h>
#include<X11/Xlib.h> #include<X11/Xlib.h>
#define LENGTH(X) (sizeof(X) / sizeof (X[0])) #define LENGTH(X) (sizeof(X) / sizeof (X[0]))
#define CMDLENGTH 50 #define CMDLENGTH 100
typedef struct { typedef struct {
char* icon; char* icon;