Changeset 306 for cpp/frams


Ignore:
Timestamp:
01/25/15 22:35:55 (9 years ago)
Author:
Maciej Komosinski
Message:

String length limit in Param::setString() was only enforced for procedural members but not for simple fields, even though it was correctly detected in both cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.cpp

    r300 r306  
    844844                {
    845845                        result |= PSET_CHANGED;
    846                         *((SString*)target) = x;
     846                        *((SString*)target) = *xx;
    847847                }
    848848        }
Note: See TracChangeset for help on using the changeset viewer.