<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Build fails on Android due to broken lconv struct"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95481#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Build fails on Android due to broken lconv struct"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95481">bug 95481</a>
              from <span class="vcard"><a class="email" href="mailto:rodger.combs@gmail.com" title="Rodger Combs <rodger.combs@gmail.com>"> <span class="fn">Rodger Combs</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>