diff src/mappers.cc @ 5760:8d7162924bd3

[project @ 2006-04-14 04:01:37 by jwe]
author jwe
date Fri, 14 Apr 2006 04:01:40 +0000
parents 2b20d1707f29
children ace8d8d26933
line wrap: on
line diff
--- a/src/mappers.cc
+++ b/src/mappers.cc
@@ -121,7 +121,7 @@
 static int
 xtoascii (int c)
 {
-  return toascii ((int) ((unsigned char) c));
+  return toascii (c);
 }
 
 static int