diff options
| author | 2008-08-26 04:58:34 +0000 | |
|---|---|---|
| committer | 2008-08-26 04:58:34 +0000 | |
| commit | 33a86261992ac0ea82840e0e0656bf5b5c853469 (patch) | |
| tree | 62d8a4641e7e8984176448761891d7e3b5ffff4b /src/wildcard.cpp | |
| parent | Iteration 5 of wildcard matching. Fixes broken matching for certain condition... (diff) | |
formatting..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10303 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/wildcard.cpp')
| -rw-r--r-- | src/wildcard.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 2a2c6ad52..270117b65 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -62,9 +62,7 @@ static bool match_internal(const unsigned char *string, const unsigned char *wil { string = s; if (*(wild+1) || !*(s+1)) - { wild++; - } break; } s++; |
