Fix powerpc and arm builds after r345361.
Reported by: jenkins
This commit is contained in:
parent
4cb07cba1b
commit
cee114a82f
@ -295,8 +295,8 @@ long
|
||||
getcharacter(FILE *pfile)
|
||||
{
|
||||
long rt;
|
||||
int i;
|
||||
char buf[4], c;
|
||||
int i, c;
|
||||
char buf[4];
|
||||
|
||||
for(i = 0; i < encoding_size; i++) {
|
||||
c = getc(pfile);
|
||||
|
Loading…
Reference in New Issue
Block a user