mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e14e252d81
commit
44895b7c0d
@ -444,8 +444,8 @@ void callNext()
|
||||
// Bind our chain caller
|
||||
pro.second->connect(boost::bind(&ForkedCallQueue::callback, _1, _2));
|
||||
ForkedCall call;
|
||||
// If we fail to fork the process, then emit the signal
|
||||
// to tell the outside world that it failed.
|
||||
//If we fail to fork the process, then emit the signal
|
||||
//to tell the outside world that it failed.
|
||||
if (call.startScript(pro.first, pro.second) > 0)
|
||||
pro.second->operator()(0,1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user