There was an error while loading. Please reload this page.
1 parent 442c875 commit 22bd34dCopy full SHA for 22bd34d
1 file changed
src/ti/ano.c
@@ -55,6 +55,7 @@ int ti_ano_init(
55
goto fail0;
56
}
57
58
+ /* can't be a dict; this is not allowed by the &{..} and ano() function */
59
for (vec_each(((ti_thing_t *) val)->items.vec, ti_prop_t, prop))
60
{
61
ti_raw_t * sr = (ti_raw_t *) prop->val;
0 commit comments