mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Strip bogus continue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6270 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5a6c9536f6
commit
2b6daa9ba8
@ -1,3 +1,7 @@
|
||||
2003-02-25 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* forkedcontr.C (timer): remove bogus continue
|
||||
|
||||
2003-02-25 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* forkedcallqueue.[Ch]: added
|
||||
|
@ -103,7 +103,6 @@ void ForkedcallsController::timer()
|
||||
|
||||
} else if (waitrpid == 0) {
|
||||
// Still running. Move on to the next child.
|
||||
continue;
|
||||
|
||||
} else if (WIFEXITED(stat_loc)) {
|
||||
// Ok, the return value goes into retval.
|
||||
|
Loading…
Reference in New Issue
Block a user