summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
commit80221d816eeb98f0df38e0243390033c614952f3 (patch)
tree7618176108093921b6934343bc2f76a66ea97730 /plugins/New_GPG/src/main.cpp
parent25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff)
Source files converted to utf-8
Diffstat (limited to 'plugins/New_GPG/src/main.cpp')
-rwxr-xr-xplugins/New_GPG/src/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/New_GPG/src/main.cpp b/plugins/New_GPG/src/main.cpp
index 48bc61e07d..26f56ed27f 100755
--- a/plugins/New_GPG/src/main.cpp
+++ b/plugins/New_GPG/src/main.cpp
@@ -1,4 +1,4 @@
-// Copyright 2010-2012 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -2163,7 +2163,7 @@ void ImportKey()
string::size_type s = output.find("gpg: key ") + mir_strlen("gpg: key ");
string::size_type s2 = output.find(":", s);
db_set_s(hcnt, szGPGModuleName, "KeyID", output.substr(s, s2 - s).c_str());
- s = output.find("“", s2);
+ s = output.find("“", s2);
if (s == string::npos) {
s = output.find("\"", s2);
s += 1;
@@ -2173,7 +2173,7 @@ void ImportKey()
bool uncommon = false;
if ((s2 = output.find("(", s)) == string::npos) {
if ((s2 = output.find("<", s)) == string::npos) {
- s2 = output.find("”", s);
+ s2 = output.find("”", s);
uncommon = true;
}
}
@@ -2226,7 +2226,7 @@ void ImportKey()
string::size_type s = output.find("gpg: key ") + mir_strlen("gpg: key ");
string::size_type s2 = output.find(":", s);
db_set_s(metaGetMostOnline(hContact), szGPGModuleName, "KeyID", output.substr(s, s2 - s).c_str());
- s = output.find("“", s2);
+ s = output.find("“", s2);
if (s == string::npos) {
s = output.find("\"", s2);
s += 1;
@@ -2236,7 +2236,7 @@ void ImportKey()
bool uncommon = false;
if ((s2 = output.find("(", s)) == string::npos) {
if ((s2 = output.find("<", s)) == string::npos) {
- s2 = output.find("”", s);
+ s2 = output.find("”", s);
uncommon = true;
}
}
@@ -2287,7 +2287,7 @@ void ImportKey()
string::size_type s = output.find("gpg: key ") + mir_strlen("gpg: key ");
string::size_type s2 = output.find(":", s);
db_set_s(hContact, szGPGModuleName, "KeyID", output.substr(s, s2 - s).c_str());
- s = output.find("“", s2);
+ s = output.find("“", s2);
if (s == string::npos) {
s = output.find("\"", s2);
s += 1;
@@ -2297,7 +2297,7 @@ void ImportKey()
bool uncommon = false;
if ((s2 = output.find("(", s)) == string::npos) {
if ((s2 = output.find("<", s)) == string::npos) {
- s2 = output.find("”", s);
+ s2 = output.find("”", s);
uncommon = true;
}
}