Ignore:
Timestamp:
06/24/11 16:42:24 (13 years ago)
Author:
tbretz
Message:
Fixed a typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11184 r11185  
    11431143    void SetFadLed(QPushButton *led, const DimData &d, uint16_t bitmask)
    11441144    {
    1145         const bool      quality = d.ptr<uint16_t>()[0]&mask;
     1145        const bool      quality = d.ptr<uint16_t>()[0]&bitmask;
    11461146        const bool      value   = d.ptr<uint16_t>()[1]&bitmask;
    11471147        const uint16_t *ptr     = d.ptr<uint16_t>()+2;
Note: See TracChangeset for help on using the changeset viewer.