ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/Search/trunk/Outputter.cpp
(Generate patch)

Comparing Search/trunk/Outputter.cpp (file contents):
Revision 384 by douglas, 2008-08-23T04:00:12-07:00 vs.
Revision 385 by douglas, 2010-05-07T18:00:35-07:00

# Line 459 | Line 459 | void Outputter::conditional(string& line
459  
460                  if (condition)
461                  {
462 <                        line.erase(start, strlen(tag));
463 <                        line.erase(finish - strlen(tag), 9);
462 >                        line.erase(start, std::strlen(tag));
463 >                        line.erase(finish - std::strlen(tag), 9);
464  
465                          begin = finish - strlen(tag) - 9;
466                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines