]> granicus.if.org Git - mutt/commit
Clean up address_uses_unicode() (closes #3794)
authorKevin McCarthy <kevin@8t8.us>
Thu, 26 Nov 2015 19:01:19 +0000 (11:01 -0800)
committerKevin McCarthy <kevin@8t8.us>
Thu, 26 Nov 2015 19:01:19 +0000 (11:01 -0800)
commit61e4f20ff73d01afeeca7cfa88005cfa0f594d7c
tree7b0f0785a3b1b1d97e7834a764c2746e4c7988d0
parent035a4ce8d4b8e013d3eb742d9cc25e6552046363
Clean up address_uses_unicode() (closes #3794)

Pull the null check out of the loop.  Use a bit comparison to detect if
the high bit is set: this avoids a warning for platforms where char is
implicitly signed (where comparing < 128 is always true).
smtp.c