diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index dbe7e8b73d43..18bf5159488e 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: process.c,v 1.6 1997/08/11 07:21:06 charnier Exp $"; #endif /* not lint */ #include @@ -240,7 +240,7 @@ redirect: if (pd) break; for (p = ps, len = psl; --len; ++p) - *p = cp->u.y[*p]; + *p = cp->u.y[(unsigned char)*p]; break; case ':': case '}':