- Timestamp:
- May 10, 2007, 8:16:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Trac.cc
r296 r300 125 125 if (diff(first, str.end())) 126 126 continue; 127 if (milestone(first, str.end())) 128 continue; 127 // Jari removed these line, search for BUG HERE below for bad code 128 // if (milestone(first, str.end())) 129 // continue; 129 130 if (source(first, str.end())) 130 131 continue; … … 185 186 } 186 187 188 // BUG HERE, this is not properly set 187 189 const std::string::const_iterator milestone_begin; 188 190 … … 192 194 first = i+1; 193 195 196 std::cerr << "BUG HERE because of above non-initialization" << std::endl; 194 197 std::string milestone(milestone_begin, first); 195 198 if (milestone.empty()){
Note: See TracChangeset
for help on using the changeset viewer.