Parent Directory
|
Revision Log
|
Patch
revision 287 by ph10, Mon Nov 12 16:53:25 2007 UTC | revision 288 by ph10, Wed Dec 19 12:21:45 2007 UTC | |
---|---|---|
# | Line 409 int RE::GlobalReplace(const StringPiece& | Line 409 int RE::GlobalReplace(const StringPiece& |
409 | Rewrite(&out, rewrite, *str, vec, matches); | Rewrite(&out, rewrite, *str, vec, matches); |
410 | start = matchend; | start = matchend; |
411 | lastend = matchend; | lastend = matchend; |
412 | count++; | // count++; // Removed by PH 19-Dec-2007: duplicate count increment |
413 | } | } |
414 | } | } |
415 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |