diff options
| author | Hiroshi Inoue | 2014-02-20 15:08:40 +0000 |
|---|---|---|
| committer | Hiroshi Inoue | 2014-02-20 15:08:40 +0000 |
| commit | d7363d4b24fb442d1dbba76db8e9a9beae928e73 (patch) | |
| tree | e7d81ea647c9a42a4347e05425413398c4cc44d7 /setup.c | |
| parent | 6f8d8bae580e646d92334928e13375aa544cee2b (diff) | |
Fix compilation errors caused by the commit 3116f70ab51d0218ceff241fd1323f436bb4fd60.
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ ConfigDlgProc(HWND hdlg, #ifdef UNICODE_SUPPORT tlen = strlen(emsg); wermsg = (SQLWCHAR *) malloc(sizeof(SQLWCHAR) * (tlen + 1)); - ulen = utf8_to_ucs2_lf1(emsg, SQL_NTS, FALSE, wermsg, tlen + 1); + ulen = utf8_to_ucs2_lf(emsg, SQL_NTS, FALSE, wermsg, tlen + 1, TRUE); if (ulen != (SQLULEN) -1) { allocstr = malloc(4 * tlen + 1); |
