mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
066216d2e7
commit
1353806c96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user