shithub: freetype+ttf2subf

Download patch

ref: c903f2f22de04e75ba3f92c439c4ebb6d18f0e65
parent: 44c655b01c5f4f436504fa8b275a92e610ac2eb9
author: Werner Lemberg <[email protected]>
date: Sun Feb 17 03:23:04 EST 2008

minor editing

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +7,12 @@
 
 	* src/base/ftmac.c (FT_New_Face_From_SFNT): Check the sfnt resource
 	handle by its value instead of ResError(), fix provided by Deron
-	Kazmaier. According to Resource Manager Reference, GetResource(),
-	Get1Resource(), GetNamedResource(), Get1NamedResource()
-	and RGetResource() set noErr but returns NULL handle when they can
-	not find requested resource. These functions never return undefined
-	values, so it is sufficient to check if the handle is not NULL.
+	Kazmaier.  According to the Resource Manager Reference,
+	GetResource(), Get1Resource(), GetNamedResource(),
+	Get1NamedResource() and RGetResource() set noErr but return NULL
+	handle when they can not find the requested resource.  These
+	functions never return undefined values, so it is sufficient to
+	check if the handle is not NULL.
 
 	* builds/mac/ftmac.c (FT_New_Face_From_SFNT): Ditto.