Changeset 18983


Ignore:
Timestamp:
04/06/18 16:35:56 (7 years ago)
Author:
tbretz
Message:
That's a dangerous way to write the conditional - fixed.
File:
1 edited

Legend:

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

    r18950 r18983  
    931931    void handleFadDac(const DimData &d)
    932932    {
    933         if (!CheckSize(d, 8*42*sizeof(uint16_t)) && !d.size()==0)
     933        if (!CheckSize(d, 8*42*sizeof(uint16_t)) && d.size()!=0)
    934934            return;
    935935
Note: See TracChangeset for help on using the changeset viewer.