Browse Source

HPCC-16561 Review changes

Signed-off-by: Michael Gardner <michael.gardner@lexisnexis.com>
Michael Gardner 8 years ago
parent
commit
4b1feff83d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/jlib/jregexp.cpp

+ 1 - 1
system/jlib/jregexp.cpp

@@ -1347,8 +1347,8 @@ static bool WildMatchNreplace ( const char *src, int srclen, int srcidx,
             else {
                 if ((srcidx == srclen) || (src[srcidx]!=next_char))
                     goto Fail;
-                srcidx++;
             }
+            srcidx++;
         }
         else {
             loop {