increase buffer size for qstat version check

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@835 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Ludwig Nussel 2009-04-25 14:12:53 +00:00 committed by l-n
parent 004354256d
commit 242f39fc9f

View File

@ -1053,7 +1053,7 @@ int external_program_foreach_line(char* argv[], void (*linefunc)(struct external
if (conn.fd<0||conn.pid<=0)
return FALSE;
conn.bufsize = 512;
conn.bufsize = 1024;
conn.buf = g_new0(char,conn.bufsize);
conn.result = FALSE;
conn.do_quit = TRUE;