Changeset 14668


Ignore:
Timestamp:
11/20/12 10:30:59 (12 years ago)
Author:
tbretz
Message:
Fixed a compilation problem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDimControl.cc

    r14667 r14668  
    326326            continue;
    327327
    328         if (is->first==it->index)
    329         {
    330             is->second.name    = it->name;
    331             is->second.comment = it->comment;
     328        State &s = is->second;
     329        if (s.index==it->index)
     330        {
     331            s.name    = it->name;
     332            s.comment = it->comment;
    332333        }
    333334    }
Note: See TracChangeset for help on using the changeset viewer.