Must store fgetc() output in an int
This commit is contained in:
parent
386126ffdb
commit
5c97066c71
|
@ -836,7 +836,7 @@ load (app_context_t *app)
|
||||||
if (!bitmap)
|
if (!bitmap)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
char c;
|
int c;
|
||||||
uint8_t pixel = 0;
|
uint8_t pixel = 0;
|
||||||
bool have_nibble = false;
|
bool have_nibble = false;
|
||||||
size_t loaded = 0;
|
size_t loaded = 0;
|
||||||
|
|
Loading…
Reference in New Issue