Skip to content

Commit 4e16aeb

Browse files
committed
fix search: go deeper even match
1 parent e414c39 commit 4e16aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bdict.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ zval * bdict::search(const std::string &needle, const long &mode, const std::str
324324

325325
if (modek && str_index.find(needle) != std::string::npos) {
326326
add_next_index_string(zv, current_path.c_str());
327-
continue;
328327
}
329328

330329
if (class_name == "bdict") {

0 commit comments

Comments
 (0)