aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/ed.xmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/ed.xmap.c')
-rw-r--r--contrib/tcsh/ed.xmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcsh/ed.xmap.c b/contrib/tcsh/ed.xmap.c
index d76ba46dc9f9..6473519726dd 100644
--- a/contrib/tcsh/ed.xmap.c
+++ b/contrib/tcsh/ed.xmap.c
@@ -698,7 +698,7 @@ parseescape(const Char **ptr)
#endif
}
else
- c = *p;
+ c = *p & CHAR;
*ptr = p;
return (c);
}