Changeset 287
- Timestamp:
- May 7, 2007, 6:14:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Trac.cc
r286 r287 38 38 { 39 39 std::string::const_iterator first(str.begin()); 40 int test=0; 41 while (first!=str.end() && test<10) { 40 while (first!=str.end()) { 42 41 std::string::const_iterator begin(first); 43 ++test;44 42 if (ticket(first, str.end())) 45 43 continue;
Note: See TracChangeset
for help on using the changeset viewer.