diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 01:22:10 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 01:22:10 +0200 |
commit | 31b78ae77e9dba2afbb2979c7b84631e03869398 (patch) | |
tree | 3c8a27ec67c8701038982af19984f17a83d72a9e /utilities.h | |
parent | ed8a4f7a485a222ebdf30aa6fd2e7c2344ec27f0 (diff) |
fixed toUTF8 fuction crash //thx iexploe
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 58a23b9..bb4b459 100644 --- a/utilities.h +++ b/utilities.h @@ -32,7 +32,6 @@ bool isContactHaveKey(HANDLE hContact); bool isGPGConfigured();
const bool StriStr(const char *str, const char *substr);
string toUTF8(wstring str);
-string toUTF8(string str);
wstring toUTF16(string str);
string get_random(int length);
string time_str();
|