Must store fgetc() output in an int

This commit is contained in:
Přemysl Eric Janouch 2015-02-14 08:55:43 +01:00
parent 386126ffdb
commit 5c97066c71
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ load (app_context_t *app)
if (!bitmap)
goto error;
char c;
int c;
uint8_t pixel = 0;
bool have_nibble = false;
size_t loaded = 0;