Ignore:
Timestamp:
2005-04-11T11:32:00+12:00 (19 years ago)
Author:
kjdon
Message:

added some x++ -> ++x changes submitted by Emanuel Dejanu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r7433 r9620  
    165165
    166166  while (thissection != endsection) {
    167     item++;
     167    ++item;
    168168    get_link_icon (*thissection, args, collink, link, icon);
    169169    bool highlight = false;
     
    191191    }
    192192    textout << outconvert << "\n";
    193     thissection ++;
     193    ++thissection;
    194194  }
    195195
Note: See TracChangeset for help on using the changeset viewer.