freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CFF Encoding & CharSet tables


From: White, Wesley A.
Subject: RE: CFF Encoding & CharSet tables
Date: Fri, 27 Oct 2000 14:10:52 -0500

Sorry, my t2objs.c.patch has a bug. Here's a
patch patch.

--- t2objs.c.patch       Fri Oct 27 11:01:30 2000
+++ t2objs.c.patch_patch Fri Oct 27 11:00:48 2000
@@ -148,9 +148,9 @@
           if ( READ_Byte( num_ranges ) )
                goto Fail;

-          codes[0] = 0;
+          codes[count++] = 0;

-          for (i=1; i<num_ranges; i++)
+          for (i=0; i<num_ranges; i++)
           {
              /* get first code in range */
wes

Wes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]