------------------------------------------------------------ revno: 13122 revision-id: squid3@treenet.co.nz-20131111120611-tsgg856sfpc7xeig parent: squid3@treenet.co.nz-20131111114736-lyvo5cnjaihm4fi7 committer: Amos Jeffries branch nick: trunk timestamp: Mon 2013-11-11 05:06:11 -0700 message: Fix typo in rev.13121 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20131111120611-tsgg856sfpc7xeig # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 54090cd61ce5fef4869960ca9510ac0416163580 # timestamp: 2013-11-11 12:06:18 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20131111114736-\ # lyvo5cnjaihm4fi7 # # Begin patch === modified file 'src/tests/SBufFindTest.cc' --- src/tests/SBufFindTest.cc 2013-11-11 11:47:36 +0000 +++ src/tests/SBufFindTest.cc 2013-11-11 12:06:11 +0000 @@ -20,7 +20,7 @@ thePlacement(placeEof), theStringPos(0), theBareNeedlePos(0), - theFindString(0) + theFindString(0), theFindSBuf(0), theReportFunc(), theReportNeedle(),