mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:36:21 +00:00
Initialise form field tag autocomplete
This commit is contained in:
@@ -80,6 +80,7 @@ _form_new(void)
|
||||
form->fields = NULL;
|
||||
form->var_to_tag = NULL;
|
||||
form->tag_to_var = NULL;
|
||||
form->tag_ac = NULL;
|
||||
|
||||
return form;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user