From adb45366da2cb1ee72f548ab2fa149f071327682 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 6 Dec 2002 21:23:36 +0000 Subject: [PATCH] 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 --- src/common/strconv.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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