15f8682feb
* Mon Sep 15 2003 Yu Shao <yshao@redhat.com> 3.0.9-6 - updated zlib patch from Nalin Dahyabhai #104331 * Thu Aug 21 2003 Yu Shao <yshao@redhat.com> 3.0.9-4 - added zlib build requirement, partly releated to #100560 - other fixes * Thu Aug 07 2003 Elliot Lee <sopwith@redhat.com> - Fix compile error (cpp.patch) * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
12 lines
505 B
Diff
12 lines
505 B
Diff
--- 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;
|