summaryrefslogtreecommitdiff
path: root/app-editors/teco/files/teco-gcc4.patch
blob: fe4d8d3759b4ba071d1697dbec84fd3752841fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- te_subs.c.orig	2007-03-18 19:58:40 +0100
+++ te_subs.c	2007-03-18 19:58:57 +0100
@@ -231,7 +231,7 @@
     char c;
     {
     if (isdigit(c)) return(c - '0' + 1);
-    else if isalpha(c) return(mapch_l[c] - 'a' + 11);
+    else if (isalpha(c)) return(mapch_l[c] - 'a' + 11);
     else if (fors)
 	{
 	if (c == '_') return (SERBUF);