]> git.lyx.org Git - features.git/commitdiff
Strip bogus continue
authorAngus Leeming <leeming@lyx.org>
Tue, 25 Feb 2003 19:12:05 +0000 (19:12 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 25 Feb 2003 19:12:05 +0000 (19:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6270 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/forkedcontr.C

index 2af1f288740a3d911bcbda750bc2241ae405c007..e611aa2b58004f3b80987acfdefbfaf90ad56bd6 100644 (file)
@@ -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
index d11fc142454db5f1e07b0928cb1ff38343f4a8e0..8ed0035d9eaa9558325c43338aa62cfe459224e4 100644 (file)
@@ -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.