locale.c: Silence Win32 compiler warning.
authorKarl Williamson <public@khwilliamson.com>
Wed, 22 Jan 2014 05:17:20 +0000 (22:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 23 Jan 2014 18:00:44 +0000 (11:00 -0700)
commite7e76d1b1738854cb212d055225d8eda87682445
tree00418dda37432e6524f4e1447adbf504faec8365
parente0de726f41d82dfbda16967888bf20b4c6a79f06
locale.c: Silence Win32 compiler warning.

This compiler is not smart enough to realize that overflow of a byte
can't occur here as the loop stops at 255.
locale.c