aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-libs_locale_src_encoding_iconv_codepage.ipp
blob: 99f2635cedd305b13d83e78d443e6bb93628a137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/locale/src/boost/locale/encoding/iconv_codepage.ipp.orig	2017-09-02 09:56:14 UTC
+++ libs/locale/src/boost/locale/encoding/iconv_codepage.ipp
@@ -43,7 +43,7 @@ class iconverter_base { (public)
     bool open(char const *to,char const *from,method_type how)
     {
         close();
-        cvt_ = iconv_open(to,from);
+        cvt_ = call_iconv_open(to,from);
         how_ = how;
         return cvt_ != (iconv_t)(-1);
     }