r14819 by fschmid - Fixed Bug #8873: "Crash with Signal 6 when trying to use certain OpenType fonts."
scribus-commit
scribus-commit at lists.scribus.net
Thu Feb 25 19:41:59 CET 2010
Revision: 14819
Author: fschmid
Date: 2010-02-25T13:28:45.631703Z
Commit message: Fixed Bug #8873: "Crash with Signal 6 when trying to use certain OpenType fonts."
Changeset:
M /trunk/Scribus/scribus/fonts/scface_ttf.cpp
Diffs:
Index: scribus/fonts/scface_ttf.cpp
===================================================================
--- scribus/fonts/scface_ttf.cpp (revision 14818)
+++ scribus/fonts/scface_ttf.cpp (revision 14819)
@@ -162,7 +162,10 @@
}
}
else
+ {
qDebug() <<"Unknow Coverage Format:"<<CoverageFormat;
+ continue;
+ }
makePairs ( SubTable );
}
More information about the scribus-commit
mailing list