From f8d3e54feccec55d56cac673ab52bc20ef53999a 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 --- Cytoplasm/tools/tp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cytoplasm/tools/tp.c b/Cytoplasm/tools/tp.c index 4ad70d4..3be903e 100644 --- a/Cytoplasm/tools/tp.c +++ b/Cytoplasm/tools/tp.c @@ -527,7 +527,7 @@ end_loop: size_t size; size_t len; - char c; + int c; Free(fileName); if (!file)