From ffc91b91144e43282097f2ae90fb66ae418ab483 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 25 Sep 2023 15:58:43 -0400 Subject: [PATCH] Use int instead of char in EvalExpr. Closes #5 --- tools/tp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tp.c b/tools/tp.c index 4ad70d4..3be903e 100644 --- a/tools/tp.c +++ b/tools/tp.c @@ -527,7 +527,7 @@ end_loop: size_t size; size_t len; - char c; + int c; Free(fileName); if (!file)