1--- src/parse.c.orig 2006-10-05 13:36:26 UTC 2+++ src/parse.c 3@@ -22,9 +22,8 @@ void scan_rgb(const char* s, rgb_t* color) { 4 5 // returns 1 if not EOF, 0 if EOF 6 // see note in parse_html for a rationale of this rather odd tokenizer function 7-inline 8 int fgettok(FILE *f, char* buf, size_t buflen) { 9- char c; 10+ int c; 11 12 // read until we get start of a token 13 do { 14 15