mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
fix: regex's match_with_preallocated_capture returning num_groups
This commit is contained in:
@@ -381,6 +381,7 @@ match_with_preallocated_capture :: proc(
|
||||
capture.pos[n] = {a, b}
|
||||
n += 1
|
||||
}
|
||||
num_groups = n
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user