]> Sergey Matveev's repositories - public-inbox.git/commit
thread: avoid incrementing undefined value
authorEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:47:25 +0000 (23:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:53:32 +0000 (23:53 +0000)
commit465d6b11e0bc800e45057bef89df37f265ecd5c0
treecd99c7d8ca0c72fa0f441daa864175f0a33125fa
parenta01b6d3b95b272b494dc07d932e015ada9dfdb05
thread: avoid incrementing undefined value

It is pointless to increment when setting a true value is
simpler as there is no need to read before writing.
lib/PublicInbox/SearchThread.pm