Changeset 13010 for trunk


Ignore:
Timestamp:
03/07/12 20:08:42 (13 years ago)
Author:
tbretz
Message:
Fixed the size of the received magic weather reports.
File:
1 edited

Legend:

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

    r13008 r13010  
    28102810    void handleMagicWeather(const DimData &d)
    28112811    {
    2812         if (!CheckSize(d, 6*sizeof(float)+sizeof(uint16_t)))
     2812        if (!CheckSize(d, 7*sizeof(float)+sizeof(uint16_t)))
    28132813            return;
    28142814
Note: See TracChangeset for help on using the changeset viewer.