Fix warnings about using char as an array subscript.  This is not portable
since char is signed on some platforms and unsigned on others.
4 files changed