'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'.
authorkrw <krw@openbsd.org>
Fri, 2 May 2014 12:43:10 +0000 (12:43 +0000)
committerkrw <krw@openbsd.org>
Fri, 2 May 2014 12:43:10 +0000 (12:43 +0000)
commit75691760d2cd661d3335442c9e4f032c6e96654b
tree55db4e41e659f4798db7163ac08704ee6a958a52
parente8c3cfa673e45bcc4cac6998e23391ab33fdd2de
'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'.

Should fix mysterious crashes when twiddling mount points. Too
much Marrakesh sun.

Pointed out by Owain G. Ainsworth. Thanks!
sbin/disklabel/editor.c