]> diplodocus.org Git - nmh/commitdiff
popsbr.c: Alter traverse() to check action callback's result.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 13 Aug 2017 16:54:59 +0000 (17:54 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 13 Aug 2017 16:54:59 +0000 (17:54 +0100)
The action callback returned zero, with a 1999 comment asking if it was
checked.  traverse() didn't check it.  Change it so it does, wanting
`OK' if all's well, else returning the non-OK value to traverse's
caller;  though that only checks for NOTOK.  No functional change
intended.


No differences found