Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595457
en ru br
ALT Linux repos
S:3.0.9-alt3_69
4.1: 3.0.9-alt1.1
4.0: 3.0.9-alt1.1
3.0: 3.0.9-alt1.1

Group :: System/Base
RPM: ttmkfdir

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ttmkfdir-3.0.9-cpp.patch
Download


--- 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;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin