1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 10:26:05 +02:00

11032: Fix signed-ness of a local.

This commit is contained in:
Bart Schaefer 2000-04-30 18:51:58 +00:00
parent ddd8614e51
commit eebc051863
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-30 Bart Schaefer <schaefer@zsh.org>
* 11032: Src/init.c: Fix signed-ness problem reported by OPK.
2000-04-30 Oliver Kiddle <opk@zsh.org>
* 11031: Src/math.c, Src/glob.c, Src/module.c, Src/Zle/compcore.c

View File

@ -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 ||