[Fontconfig-bugs] [Bug 95481] Build fails on Android due to broken lconv struct

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 27 01:40:25 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95481

--- Comment #3 from Rodger Combs <rodger.combs at gmail.com> ---
There's still a use of locale_data later in the function:

fcxml.c: In function 'FcStrtod':
fcxml.c:1388:31: error: 'locale_data' undeclared (first use in this function)
      strcpy (buf + (dot - s), locale_data->decimal_point);
                               ^
fcxml.c:1388:31: note: each undeclared identifier is reported only once for
each function it appears in


I'd imagine you'll just want to change that to use the local `decimal_point`
variable. Otherwise, looks fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20160527/0d340e72/attachment.html>


More information about the Fontconfig-bugs mailing list