Give more space to the path for the socket

This commit is contained in:
Pierre Pronchery 2013-12-01 05:19:36 +01:00
parent 3c037eddb1
commit c298d04ade

View File

@ -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;