Use int instead of char in EvalExpr.

Closes #5
This commit is contained in:
Jordan Bancino 2023-09-25 15:58:43 -04:00
parent cb41716bf3
commit f8d3e54fec
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ end_loop:
size_t size;
size_t len;
char c;
int c;
Free(fileName);
if (!file)