fix wong type char <-> EOF

This commit is contained in:
zimoch
2013-11-25 16:38:34 +00:00
parent 525a483e66
commit dd57871389
+1 -1
View File
@@ -289,7 +289,7 @@ static int seekLatestLine (struct ioc_log_server *pserver)
}
}
else {
char c = fgetc (pserver->poutfile);
int c = fgetc (pserver->poutfile);
/*
* bypass the line if it does not match the expected format