diff options
-rw-r--r-- | protocols/ICQ-WIM/src/utils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/utils.cpp b/protocols/ICQ-WIM/src/utils.cpp index 6e04e15892..3f5cefb9a5 100644 --- a/protocols/ICQ-WIM/src/utils.cpp +++ b/protocols/ICQ-WIM/src/utils.cpp @@ -73,6 +73,9 @@ wchar_t* CIcqProto::GetUIN(MCONTACT hContact) ret = mir_utf8decodeW(dbv.pszVal); db_free(&dbv); return ret; + + case DBVT_WCHAR: + return dbv.pwszVal; } db_free(&dbv); } |