From 5429afc65f641c54b827157ff343d7d3bdfeaf3d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 27 May 2007 23:52:58 +0000 Subject: Avoid link error. --- gettext-tools/src/x-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-tools/src/x-python.c') diff --git a/gettext-tools/src/x-python.c b/gettext-tools/src/x-python.c index a23b107..45915f9 100644 --- a/gettext-tools/src/x-python.c +++ b/gettext-tools/src/x-python.c @@ -912,7 +912,7 @@ mixed_string_buffer_append (struct mixed_string_buffer *bp, int c) utf16buf[0] = bp->utf16_surr; utf16buf[1] = UNICODE_VALUE (c); - if (u16_mbtouc_aux (&uc, utf16buf, 2) != 2) + if (u16_mbtouc (&uc, utf16buf, 2) != 2) abort (); mixed_string_buffer_append_unicode (bp, uc); -- cgit v1.1