X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistr%2Fu32-to-u16.c;h=1d0bb4d2e3c802521a6dda61a85c9fa9be36aea3;hb=ccd54782ae73477aa3f3987ab04db9e6fde025d6;hp=285c9bfbc1f78d22524252b1a20ded37a9a50e0f;hpb=00da503f0eb41eae7b4bcfd2c539faf50d946695;p=gnulib.git diff --git a/lib/unistr/u32-to-u16.c b/lib/unistr/u32-to-u16.c index 285c9bfbc..1d0bb4d2e 100644 --- a/lib/unistr/u32-to-u16.c +++ b/lib/unistr/u32-to-u16.c @@ -61,7 +61,7 @@ FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) /* Fetch a Unicode character from the input string. */ uc = *s++; - /* No need to call the safe variant u32_mbtouc_safe, because + /* No need to call the safe variant u32_mbtouc, because u16_uctomb will verify uc anyway. */ /* Store it in the output string. */