Next catch from John.

Note to myself - not every file is .cpp ;)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33473 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-02-15 07:10:53 +00:00
parent 066216d2e7
commit 1353806c96

View File

@ -170,6 +170,7 @@ void openpipe()
if (pipein<0 || pipeout<0) {
perror("monitor: Couldn't open the pipes");
pipein = pipeout = -1;
free(pipename);
return;
}
fl_add_io_callback(pipeout, FL_READ, io_cb, 0);