- Timestamp:
- Apr 23, 2008, 11:49:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r622 r623 268 268 else if (*line_type==LineTypeParser::code) 269 269 os << "line-code"; 270 else 271 throw std::runtime_error("unspected line type found"); 270 else { 271 std::string msg="File::print_blame(): unexpected line type found"; 272 throw std::runtime_error(msg); 273 } 272 274 os << "\">" << blame.line_no()+1 273 275 << "</td>\n<td>";
Note: See TracChangeset
for help on using the changeset viewer.