From eebc0518639d15cc92ecd221f686731febdb8023 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 30 Apr 2000 18:51:58 +0000 Subject: 11032: Fix signed-ness of a local. --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index e5972184c..ac62b481a 100644 --- a/Src/init.c +++ b/Src/init.c @@ -905,7 +905,7 @@ source(char *s) int oldshst, osubsh, oloops; FILE *obshin; char *old_scriptname = scriptname, *us; - char *ocs; + unsigned char *ocs; int ocsp; if (!s || -- cgit 1.4.1