Changeset 415


Ignore:
Timestamp:
1999-07-22T08:46:12+12:00 (25 years ago)
Author:
rjmcnab
Message:

fixed small bug

File:
1 edited

Legend:

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

    r414 r415  
    1212/*
    1313   $Log$
     14   Revision 1.12  1999/07/21 20:46:12  rjmcnab
     15   fixed small bug
     16
    1417   Revision 1.11  1999/07/21 07:26:30  rjmcnab
    1518   Added more operators to _If_, changed quoting of parameters so that
     
    15181521              ttlisthere++;
    15191522            }
    1520           if (ttlisthere != ttlistend)
     1523          if (ttlisthere != ttlistend) {
    15211524            tempmacrovalue.append(*ttlisthere);
     1525            if (findchar((*ttlisthere).begin(), (*ttlisthere).end(), '_') != (*ttlisthere).end())
     1526              needsexpansion = true;
     1527          }
    15221528
    15231529          c = my_ttnextchar (hereit, endit);
Note: See TracChangeset for help on using the changeset viewer.