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 9c4c3fc899
commit ffc91b9114
1 changed files with 1 additions and 1 deletions

View File

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