rev 1.3 introduced a check to an if statement without adding braces.
authorjsg <jsg@openbsd.org>
Thu, 14 May 2015 11:52:43 +0000 (11:52 +0000)
committerjsg <jsg@openbsd.org>
Thu, 14 May 2015 11:52:43 +0000 (11:52 +0000)
commita3f3006bfc8c1d582b1ef01f3aec7040c60eda6c
tree197eb545e7f3eec3db65952770aafb80ac0c9995
parentc34383f9fe24b3855135a34fc97b4adc1d2386f0
rev 1.3 introduced a check to an if statement without adding braces.
Claudio points out the size is checked by an earlier test so just
remove it to restore the original handling of the partial octet case.

Discussed with claudio and gilles.
lib/libc/net/inet_net_ntop.c