diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-17 17:08:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-17 17:08:19 +0300 |
commit | 183f0cbd928afce0ec5267f1d14ca2310e4bca25 (patch) | |
tree | 3c5ae95b3d03f4fb9507c18a397989a95b5f0397 /messages.cpp | |
parent | ca445d73975b8f78003887562da4c5ef6f6d835e (diff) |
modified: messages.cpp
modified: utilities.cpp
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index 47f2669..5c1159a 100644 --- a/messages.cpp +++ b/messages.cpp @@ -37,7 +37,7 @@ int RecvMsgSvc(WPARAM w, LPARAM l) wchar_t *tmp = mir_utf8decodeW(msg);
wstring str = tmp;
mir_free(tmp);
- wstring::size_type s1, s2;
+ wstring::size_type s1 = wstring::npos, s2 = wstring::npos;
if((str.find(_T("-----END PGP PUBLIC KEY BLOCK-----")) != wstring::npos) && (str.find(_T("-----BEGIN PGP PUBLIC KEY BLOCK-----")) != wstring::npos))
{
|