diff options
author | Ronny Schmatzler <schmatzler@hirnschwund.net> | 2015-03-12 22:42:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-12 22:42:30 +0700 |
commit | 2dd53fd37b7826fe1ff63924206bbb09209ed343 (patch) | |
tree | 27345f7cf7991050b97c3eaa13a8061fa975c3f9 /system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch | |
parent | 6d204a3c370236ba083168d7f3e0b9c60c1283fc (diff) |
system/ttmkfdir: Added (fonts.dir creator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch')
-rw-r--r-- | system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch b/system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch new file mode 100644 index 0000000000000..58839eda9673f --- /dev/null +++ b/system/ttmkfdir/patches/ttmkfdir-3.0.9-cpp.patch @@ -0,0 +1,11 @@ +--- ttmkfdir-3.0.9/ttf.cpp.sopwith Thu Aug 7 12:49:08 2003 ++++ ttmkfdir-3.0.9/ttf.cpp Thu Aug 7 12:50:01 2003 +@@ -239,7 +239,7 @@ + for (i = 0; i < n; i++) { + if ((fterror = FT_Get_Sfnt_Name (face, i, &NamePtr)) != FT_Err_Ok) { + std::cout << "Warning: Can't SFNT name : " << FileName << "(" << fterror << ")" << std::endl; +- return; ++ return NULL; + }; + platform = NamePtr.platform_id; + encoding = NamePtr.encoding_id; |