Changeset 993 for cpp/frams/param


Ignore:
Timestamp:
07/09/20 13:48:44 (4 years ago)
Author:
Maciej Komosinski
Message:

Skip 'p' items in saveSingleLine()

File:
1 edited

Legend:

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

    r973 r993  
    394394        // t+=SString(getName()); t+=':';
    395395        for (i = 0; p = id(i); i++)
    396                 if (!((fl = flags(i)) & PARAM_DONTSAVE))
     396                if ((!((fl = flags(i)) & PARAM_DONTSAVE)) && type(i)[0]!='p')
    397397                {
    398398                        if (defdata && isequal(i, defdata))
Note: See TracChangeset for help on using the changeset viewer.