Fix powerpc and arm builds after r345361.

Reported by:	jenkins
This commit is contained in:
Mariusz Zaborski 2019-03-21 06:20:33 +00:00
parent 4cb07cba1b
commit cee114a82f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345362

View File

@ -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);