X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistr%2Fu32-to-u8.c;h=77371cb015028755e414dc16d7339e48f03115c1;hb=ccd54782ae73477aa3f3987ab04db9e6fde025d6;hp=df75b44dcdf4da3dfb29647117ca011e6e93afb0;hpb=00da503f0eb41eae7b4bcfd2c539faf50d946695;p=gnulib.git diff --git a/lib/unistr/u32-to-u8.c b/lib/unistr/u32-to-u8.c index df75b44dc..77371cb01 100644 --- a/lib/unistr/u32-to-u8.c +++ b/lib/unistr/u32-to-u8.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 u8_uctomb will verify uc anyway. */ /* Store it in the output string. */