]> Nishi Git Mirror - gwion.git/commitdiff
:art: check_size
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 23:35:47 +0000 (01:35 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 13 Sep 2020 23:35:47 +0000 (01:35 +0200)
src/lib/object_op.c

index ef3f409f0666bee4243dd1a47c0835a82031423f..c187b10c10dfad9b52fbbb5e54c3517f650a5419 100644 (file)
@@ -300,7 +300,7 @@ ANN static ssize_t template_size(const Env env, struct tmpl_info* info) {
     size += tmpl_set(info, t);
   } while((call = call->next) && (base = base->next) && ++size);
   size += tmpl_set(info, info->cdef->base.type);
-  return size + 16 + 2;
+  return size + 16 + 3;
 }
 
 ANN static inline m_str tmpl_get(struct tmpl_info* info, m_str str) {