summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/regexp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-24 14:56:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-24 14:56:33 +0000
commit2f28d4cb509676a01cca5c18823309293faefef3 (patch)
treee7d636d2e387334a42eca7437b5b7acdc5611837 /plugins/SmileyAdd/src/regexp
parent0bcb3eb5504e5614c0a499269f0c8ea7e5b58127 (diff)
ok, wassup lib is not dependent on Miranda again
git-svn-id: http://svn.miranda-ng.org/main/trunk@5121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/regexp')
-rw-r--r--plugins/SmileyAdd/src/regexp/WCPattern.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/regexp/WCPattern.cpp b/plugins/SmileyAdd/src/regexp/WCPattern.cpp
index 3ab5e35f88..e44c835b39 100644
--- a/plugins/SmileyAdd/src/regexp/WCPattern.cpp
+++ b/plugins/SmileyAdd/src/regexp/WCPattern.cpp
@@ -624,9 +624,7 @@ NFAUNode * WCPattern::parseRegisteredWCPattern(NFAUNode ** end)
(pattern[j] >= (wchar_t)'a' && pattern[j] <= (wchar_t)'z') ||
(pattern[j] >= (wchar_t)'A' && pattern[j] <= (wchar_t)'Z') ||
(pattern[j] >= (wchar_t)'0' && pattern[j] <= (wchar_t)'9') ||
- (pattern[j] == (wchar_t)'_')
- )
- )
+ (pattern[j] == (wchar_t)'_')))
{
raiseError();
return NULL;