Dmitry Timoshkov dmitry@baikal.ru writes:
@@ -99,7 +99,7 @@ int wine_utf8_wcstombs( int flags, const WCHAR *src, int srclen, char *dst, int { int len;
- if (!dstlen) return get_length_wcs_utf8( flags, src, srclen );
- if (!dst) return get_length_wcs_utf8( flags, src, srclen );
That's not consistent with the other conversion functions. Please fix the caller instead.