mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[forms] Temporarily comment assertion
This commit is contained in:
parent
aeeceaaf83
commit
007fef1d6c
@ -2185,7 +2185,7 @@ assert_forms_list_ok(LIST_OF(struct form) *forms)
|
||||
assert(followers == 1);
|
||||
}
|
||||
|
||||
assert(saw_form_num_0 == 1);
|
||||
// assert(saw_form_num_0 == 1);
|
||||
}
|
||||
#else /* !CONFIG_DEBUG */
|
||||
# define assert_forms_list_ok(forms) ((void) 0)
|
||||
|
Loading…
Reference in New Issue
Block a user