pp.c: Silence compiler warning
authorKarl Williamson <public@khwilliamson.com>
Thu, 30 Jan 2014 18:51:56 +0000 (11:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 31 Jan 2014 06:31:06 +0000 (23:31 -0700)
commitea36a843361c334fbacef31fb67d12d3a993d009
tree25ce8bce818524f63bd5a3527d623e5cb062c9cd
parent86897aa65fb10f5652fed7562f006ae8a470c661
pp.c: Silence compiler warning

The only time the result of toFOLD_LC() can be larger than a byte is
in a UTF-8 locale, which has already been ruled out for this section of
code.
pp.c