summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-02-11 12:37:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-02-11 12:37:56 +0000
commitcb0c18f39ae48fc5228ad0587e9719c542b086d6 (patch)
tree0ce79085d17436326da1c37763a2c7ff28e15aec /plugins/CryptoPP/src
parent8571aecddecbf82628718b846b68e912b4eb5a45 (diff)
year fix for stdafx.cpp & Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@3551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src')
-rw-r--r--plugins/CryptoPP/src/stdafx.cpp2
-rw-r--r--plugins/CryptoPP/src/utf8.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/stdafx.cpp b/plugins/CryptoPP/src/stdafx.cpp
index b985a910cd..e7e41dae3c 100644
--- a/plugins/CryptoPP/src/stdafx.cpp
+++ b/plugins/CryptoPP/src/stdafx.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2012 Miranda NG team (http://miranda-ng.org)
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/CryptoPP/src/utf8.cpp b/plugins/CryptoPP/src/utf8.cpp
index e071e3aaeb..2bd1a8f26b 100644
--- a/plugins/CryptoPP/src/utf8.cpp
+++ b/plugins/CryptoPP/src/utf8.cpp
@@ -53,7 +53,7 @@ LPWSTR __cdecl utf8decode(LPCSTR str) {
len = strlen(str)+1;
- SAFE_FREE(wszOut);
+ SAFE_FREE(wszOut);
if ((wszOut = (LPWSTR) malloc(len*sizeof(WCHAR))) == NULL)
return NULL;
p = (LPSTR)str;