From: Vadim Zeitlin Date: Fri, 6 Dec 2002 21:23:36 +0000 (+0000) Subject: compilation fix for wxUSE_INTL == 0 (patch 646466) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/adb45366da2cb1ee72f548ab2fa149f071327682?ds=inline compilation fix for wxUSE_INTL == 0 (patch 646466) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 59fdd4af98..0610b43452 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -456,7 +456,7 @@ size_t wxMBConvUTF8::WC2MB(char *buf, const wchar_t *psz, size_t n) const } if (buf && (len