You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two or more consecutive * characters were not handled. A fix was on the
web site this code comes from.
Before calling wildMatch recursively with "str + 1", the code did not
check whether *str was zero, in which case the "str + 1" is illegal.
This also changes the names of the function parameters which were not
consistent in .hpp and .cpp files.
0 commit comments