Give more space to the path for the socket
This commit is contained in:
parent
3c037eddb1
commit
c298d04ade
@ -62,7 +62,8 @@ typedef struct _PanelApplet
|
||||
{
|
||||
PanelAppletHelper * helper;
|
||||
|
||||
char path[36];
|
||||
/* FIXME dynamically allocate instead */
|
||||
char path[256];
|
||||
guint source;
|
||||
int fd;
|
||||
GIOChannel * channel;
|
||||
|
Loading…
Reference in New Issue
Block a user