Actions
Bug #206
closedОшибка в генерируемой функции call
Start date:
05/21/2010
Due date:
% Done:
100%
Estimated time:
Detected in build:
2.8.294-beta-100521
Platform:
Published in build:
2.8.295-beta-100523
Description
Функция next:
tmp_par->flags |= 2;
_scen0_0_call( r(_tmp_par) );
_tmp_par->flags &= ~2;
Функция call:
if(_tmp_par->flags & 2) // TODO: нужно if(!(_tmp_par->flags & 2))
{
// call
}
Actions