Changeset 11105


Ignore:
Timestamp:
2006-01-26T14:24:17+13:00 (18 years ago)
Author:
kjdon
Message:

fixed a bug where nested if statements would crap out if there was no space between the closing )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.cpp

    r10662 r11105  
    11511151                {
    11521152                  ++openbrackets;
    1153 ////                  macroargs.push_back (c);
    1154 ////                  c = my_ttnextchar (tthere, ttend);
    11551153                }
    11561154              else if (c == ')')
     
    11631161                  } else {
    11641162                // nested brackets
    1165                     macroargs.push_back (c);
    1166                     c = my_ttnextchar (tthere, ttend);
    11671163                  }
    11681164                }
Note: See TracChangeset for help on using the changeset viewer.