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

Comparing trunk/Search/Processor.cpp (file contents):
Revision 359 by Douglas Thrift, 2004-06-04T04:08:28-07:00 vs.
Revision 360 by Douglas Thrift, 2004-08-19T20:09:52-07:00

# Line 326 | Line 326 | bool Processor::process(HttpHandler& htt
326                          if (line.find("-->", begin) >= startComment && line.find("-->",
327                                  begin) != string::npos)
328                          {
329 <                                close = line.find("-->", begin) + 3;
329 >                                close = line.find("-->", begin) + 2;
330                                  inComment = false;
331                          }
332  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines