Ignore:
Timestamp:
07/19/11 16:35:17 (13 years ago)
Author:
tbretz
Message:
Fixed the expected size in the SetClockFrequency tab.
File:
1 edited

Legend:

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

    r11378 r11465  
    14571457    int SetClockFrequency(const EventImp &evt)
    14581458    {
    1459         if (!CheckEventSize(evt.GetSize(), "SetClockFrequency", 4))
     1459        if (!CheckEventSize(evt.GetSize(), "SetClockFrequency", 2))
    14601460            return T::kSM_FatalError;
    14611461
    14621462        const map<uint16_t,boost::array<uint64_t, 8>>::const_iterator it =
    1463             fClockCondSetup.find(evt.GetUInt());
     1463            fClockCondSetup.find(evt.GetUShort());
    14641464
    14651465        if (it==fClockCondSetup.end())
Note: See TracChangeset for help on using the changeset viewer.