mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-24 02:00:05 +00:00
do not retry artifact computation if cancelled
This commit is contained in:
+2
-2
@@ -307,8 +307,8 @@ txt_token_array_from_lang_kind_string(Arena *arena, TXT_LangKind lang_kind, Stri
|
||||
ender_found = 1;
|
||||
}
|
||||
else if(active_rule != nil_rule &&
|
||||
str8_match(string_1byte, active_rule->close_string, 0) ||
|
||||
str8_match(string_2byte, active_rule->close_string, 0))
|
||||
(str8_match(string_1byte, active_rule->close_string, 0) ||
|
||||
str8_match(string_2byte, active_rule->close_string, 0)))
|
||||
{
|
||||
ender_found = 1;
|
||||
ender_pad = active_rule->close_advance;
|
||||
|
||||
Reference in New Issue
Block a user