summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-04-11 06:59:58 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-04-11 06:59:58 +0000
commit1b17a575852bfc07301265f663aeb16abb3ef5dd (patch)
tree9c920517a270ae4e78ba7dcc0136796cfbb0c501 /plugins/SendScreenshotPlus
parent96dfa17373fe2f32e4c9e771c103c6b9f3055e3e (diff)
SendSS typo fix && compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendImageShack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
index 8bfe9c02d0..84c57e0274 100644
--- a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
@@ -193,7 +193,7 @@ void CSendImageShack::SendThread() {
URL = GetTagContent(m_nlreply->pData, "<image_link>", "</image_link>");
if (URL && URL[0]!= NULL) {
m_Url = mir_strdup(URL);
- if(m_Silent)
+ if(m_bSilent)
return;
svcSendMsgExit(URL); return;
}else{//check error mess from server