X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fff-unicode.h;h=44593440e229e2a54db8961339c6b068590073df;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=c3d2300c3dd93b04d36a28a09675810f0b0b79a7;hpb=358add5a78f8f8e2ba704dc1a877222e5620e838;p=libucw.git diff --git a/ucw/ff-unicode.h b/ucw/ff-unicode.h index c3d2300c..44593440 100644 --- a/ucw/ff-unicode.h +++ b/ucw/ff-unicode.h @@ -141,7 +141,7 @@ static inline void bput_utf16_be(struct fastbuf *b, uns u) * Write an utf16 character to fastbuf. * Little endian version. **/ -static inline void bput_utf16_lbe(struct fastbuf *b, uns u) +static inline void bput_utf16_le(struct fastbuf *b, uns u) { if (bavailw(b) >= 4) b->bptr = utf16_le_put(b->bptr, u);