[libGD] #198 [Task opened] Possible typo in fontconfig-related code
[email protected] Mon, 13 Apr 2009 22:58:08 +0200 (CEST)
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Mojca Miklavec (mojca)
Attached to Project - libGD
Summary - Possible typo in fontconfig-related code
Task Type - Bug Report
Category - General
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 2.0.35
Due in Version - Undecided
Due Date - Undecided
Details - In this code inside gdft.c:
<code>BGD_DECLARE(int) gdFTUseFontConfig(int flag)
{
#ifdef HAVE_LIBFONTCONFIG
fontConfigFlag = 1;
return 1;
#else
return 0;
#endif /* HAVE_LIBFONTCONFIG */
}</code>
it should probably be
<code>fontConfigFlag = flag;</code>
Else one is not able to disable fontconfig once enabled.
More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=198
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.