mirror of https://github.com/decompals/wibo.git
comment
This commit is contained in:
parent
4bca4a8fc9
commit
d9b43a01aa
|
@ -701,6 +701,7 @@ namespace kernel32 {
|
|||
return false;
|
||||
}
|
||||
|
||||
// Early return if pattern is empty
|
||||
if (handle->pattern.empty()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue