diff src/xselect.c @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 538048ae2ab8
line wrap: on
line diff
--- a/src/xselect.c	Mon Aug 13 09:03:47 2007 +0200
+++ b/src/xselect.c	Mon Aug 13 09:04:33 2007 +0200
@@ -384,7 +384,7 @@
 		continue;
 	      }
 
-	    if ((*ptr) == LEADING_BYTE_LATIN_1 ||
+	    if ((*ptr) == LEADING_BYTE_LATIN_ISO8859_1 ||
 		(*ptr) == LEADING_BYTE_CONTROL_1)
 	      {
 		chartypes = LATIN_1;
@@ -1985,7 +1985,7 @@
 	  continue;
 	}
       
-      if ((*ptr) == LEADING_BYTE_LATIN_1 ||
+      if ((*ptr) == LEADING_BYTE_LATIN_ISO8859_1 ||
 	  (*ptr) == LEADING_BYTE_CONTROL_1)
 	{
 	  chartypes = LATIN_1;