Commit a05c4bf3 authored by Pavel Vainerman's avatar Pavel Vainerman

(SM): fix error in processing History event (for analog 'fuse' without "fuse_value").

parent a92eeafd
......@@ -833,7 +833,7 @@ namespace uniset
if( it->fuse_invert )
st ^= true;
if( !st )
if( st )
{
sminfo << myname << "(updateHistory): HISTORY EVENT for " << (*it) << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment