* src/coding.c (Finternal_decode_string_utf_8): Fix calling
sequence of 'decode_string_utf_8' to adapt to changes in the
latter's signature.
(cherry picked from commit
5e97079cc7587ce338679ed237efb911723e4367)
if (NILP (decode_method))
{
for (int i = 0; i < repeat_count; i++)
- val = decode_string_utf_8 (string, buffer, ! NILP (nocopy),
+ val = decode_string_utf_8 (string, NULL, -1, buffer, ! NILP (nocopy),
handle_8_bit, handle_over_uni);
}
else if (EQ (decode_method, Qt))