-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't pass "0" as the afm filename if it isn't supplied
This came up while debugging #510 and prevents one of the tests from crashing, but doesn't fix the underlying problem that that build of t1lib is crashing when an afm filename is supplied.
- Loading branch information
Showing
3 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
Imager::Font::T1xs T_PTROBJ | ||
possible_str T_POSSIBLESTR | ||
|
||
INPUT | ||
|
||
T_POSSIBLESTR | ||
SvGETMAGIC($arg); | ||
$var = SvOK($arg) ? SvPV_nomg_nolen($arg) : NULL; |