projects
/
zakform
/
cgi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a545215
)
ZakCgiTag functions expect ht_attr not null.
author
Andrea Zagli
<azagli@libero.it>
Sat, 7 Sep 2019 11:51:05 +0000
(13:51 +0200)
committer
Andrea Zagli
<azagli@libero.it>
Tue, 10 Sep 2019 08:05:59 +0000
(10:05 +0200)
src/formelement.c
patch
|
blob
|
history
diff --git
a/src/formelement.c
b/src/formelement.c
index 2399ff2bff4033f3ec752672613b0497d09e9d89..7ee4a2fdc65167ea78405219e623d56762e9b805 100644
(file)
--- a/
src/formelement.c
+++ b/
src/formelement.c
@@
-208,6
+208,11
@@
gchar
if (ZAK_FORM_CGI_IS_FORM_ELEMENT (element) && ZAK_FORM_CGI_FORM_ELEMENT_GET_CLASS (element)->render != NULL)
{
+ if (priv->ht_attrs == NULL)
+ {
+ priv->ht_attrs = g_hash_table_new (g_str_hash, g_str_equal);
+ }
+
attr_class = g_hash_table_lookup (priv->ht_attrs, "class");
if (attr_class != NULL)
{