1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 11:05:18 +00:00

infopipe tweaking

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@471 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-01-06 00:44:22 +00:00
parent 91ebd0263f
commit 7b665d618b

View File

@ -63,7 +63,7 @@ void *infopipe_thread_func(void *pvoid)
int i,fd,runnable;
fd_set readset;
struct timeval tm;
static char buf[2048]; /* such equal or exceed sizeof(infopipe_t) */
static char buf[2048]; /* should equal or exceed sizeof(infopipe_t) */
static infopipe_t items;
char *pbuf;