[FriBidi-commit] fribidi/charset fribidi-char-sets-cap-rtl.c, 1.3, 1.4 fribidi-char-sets.c, 1.3, 1.4

Behdad Esfahbod behdad at pdx.freedesktop.org
Sat May 22 04:21:42 PDT 2004


Update of /cvs/fribidi/fribidi/charset
In directory pdx:/tmp/cvs-serv30407/charset

Modified Files:
	fribidi-char-sets-cap-rtl.c fribidi-char-sets.c 
Log Message:
Make gen-mirroring-tab and gen-unicode-version work.  gen.tab/ works now.


Index: fribidi-char-sets-cap-rtl.c
===================================================================
RCS file: /cvs/fribidi/fribidi/charset/fribidi-char-sets-cap-rtl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/fribidi-char-sets-cap-rtl.c	7 May 2004 06:30:37 -0000	1.3
+++ b/fribidi-char-sets-cap-rtl.c	22 May 2004 11:21:40 -0000	1.4
@@ -93,11 +93,11 @@
 	  if (to_type[j] == CapRTLCharTypes[i])
 	    break;
 	if (j == num_types)
-	{
-	  num_types++;
-	  to_type[j] = CapRTLCharTypes[i];
-	  request[j] = 0;
-	}
+	  {
+	    num_types++;
+	    to_type[j] = CapRTLCharTypes[i];
+	    request[j] = 0;
+	  }
 	request[j]++;
 	count++;
       }

Index: fribidi-char-sets.c
===================================================================
RCS file: /cvs/fribidi/fribidi/charset/fribidi-char-sets.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/fribidi-char-sets.c	12 May 2004 07:06:21 -0000	1.3
+++ b/fribidi-char-sets.c	22 May 2004 11:21:40 -0000	1.4
@@ -128,7 +128,7 @@
       s1++;
       s2++;
     }
-  return toupper(*s1) - toupper(*s2);
+  return toupper (*s1) - toupper (*s2);
 }
 #else /* FRIBIDI_USE_GLIB */
 # include <glib/gstrfuncs.h>




More information about the FriBidi-Commit mailing list