diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:28:13 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-01 10:28:13 +0300 |
commit | 659a4240935cca077145fb5b5f9338f824fd7c14 (patch) | |
tree | 71155bbf46bdac2d62dd2f88d0ebce7f9d05e773 /messages.cpp | |
parent | c5828843920ca8a50e728f89b2513f87d08076a6 (diff) |
idiot...
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 88a9097..2a52bb7 100644 --- a/messages.cpp +++ b/messages.cpp @@ -883,7 +883,7 @@ int HookSendMsg(WPARAM w, LPARAM l) if(strstr(tmp, "-----BEGIN PGP MESSAGE-----")) return 1; } - return 1; + return 0; } |