K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-07-13T01:28:45.727927Z K 7 svn:log V 259 Minor code cleanup that removes "nd->nd_bpos = mcp;" in both if and else. The statement "nd->nd_bpos = mcp;" was in both the if and else. Correct, but potentially confusing. This patch fixes this. There should be no semantics change caused by this commit. END