diff MasterLoop.c @ 221:b8b167b91a5e

Merged bugfix from Master
author Merten Sach <msach@mailbox.tu-berlin.de>
date Tue, 13 Mar 2012 13:52:20 +0100
parents 91d0d2e06719
children
line diff
     1.1 --- a/MasterLoop.c	Fri Feb 17 18:47:55 2012 +0100
     1.2 +++ b/MasterLoop.c	Tue Mar 13 13:52:20 2012 +0100
     1.3 @@ -340,7 +340,7 @@
     1.4  
     1.5     //====== Start Gate-protection =======
     1.6     vicGate->gateClosed = TRUE;
     1.7 -   coreMightBeInProtected= vicGate->preGateProgress != vicGate->exitProgress;
     1.8 +   coreMightBeInProtected= (vicGate->preGateProgress != vicGate->exitProgress);
     1.9     while( coreMightBeInProtected )
    1.10      {    //wait until sure
    1.11        if( vicGate->preGateProgress == vicGate->waitProgress )