Fix an inverted conditional which could lead to nameBuf being truncated in
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 14 Nov 2004 20:13:12 +0000 (20:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 14 Nov 2004 20:13:12 +0000 (20:13 +0000)
commitcf71bfa9bed42393754de397bd388b0b6032a312
tree8a8d94e49afc795a3c46eec78dacdd67c85f5796
parent4f1941a6343f21a42b8de9f9481d001dd40eee9d
Fix an inverted conditional which could lead to nameBuf being truncated in
the later snprintf().

Noticed-by: Max Okumoto <okumoto@home>
usr.bin/make/arch.c