Use 'char' instead of 'uint8_t' for character data
authorKeith Packard <keithp@keithp.com>
Thu, 30 Apr 2009 00:46:56 +0000 (17:46 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Apr 2009 00:46:56 +0000 (17:46 -0700)
String and character constants are of char type, so using uint8_t causes
promotion to 16-bit types when comparing the two.


No differences found