Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7c4d4976e59a7f66b843e2b8bfc60b60 > files > 5

libtermcap-2.0.8-53.mga3.src.rpm

--- termcap-2.0.8/termcap.c.colon	Sat Aug 21 12:56:51 1999
+++ termcap-2.0.8/termcap.c	Sat Aug 21 12:57:43 1999
@@ -136,7 +136,7 @@
 		c = *s++ & 0x1f;
 
 	/* See if we want to translate. */
-	if ((c & 0x7f) > 31)
+	if ((c & 0x7f) > 31 && c != ':')
 		*r++ = c;
 	else {
 		len = s - start;