Actions
Defect #14849
closedSyntax error in trunk/lib/plugins/rfpdf/lib/fpdf/makefont.rb
Status:
Closed
Priority:
Low
Assignee:
-
Category:
PDF export
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I was performing some analysis on the codebase and I could not parse this particular file because at line 1702 there is a syntax error:
s += " def FontDef.diff\n #{(diff nil) || (diff '') ? 'nil' : '\'' + diff '\''}\n end\n"
I think a plus sign is missing
Updated by Toshi MARUYAMA about 12 years ago
Updated by Jun NAITOH about 10 years ago
After Redmine 2.6, this source code (makefont.rb) doesn't exist in Redmine repository.
And this source code is already eliminated in rbpdf, too.
Please close this issue.
Updated by Go MAEDA about 10 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Jun NAITOH wrote:
After Redmine 2.6, this source code (makefont.rb) doesn't exist in Redmine repository.
And this source code is already eliminated in rbpdf, too.Please close this issue.
Thanks, closing.
Actions