diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-03-01 14:31:31 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-03-01 14:31:31 +0000 |
commit | 31e79264a21df1acdbfbb66af40e05073b115a2c (patch) | |
tree | 5efda1e94315f2391b2880ec2a7ea51e906693c6 /filter/f-util.c | |
parent | 4ebbbd4079cbf6295367b9c7a555c1b668fa0d8c (diff) |
tmp_attrs fixed.
I do not know if it is right since mj ingores talk once started :-(.
Diffstat (limited to 'filter/f-util.c')
-rw-r--r-- | filter/f-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-util.c b/filter/f-util.c index 2bc78737..6a42b9d3 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -36,7 +36,7 @@ struct f_inst * f_new_dynamic_attr(int code) { struct f_inst *f = f_new_inst(); - f->aux = T_INT; + f->aux = EAF_TYPE_INT | EAF_INLINE; f->a2.i = code; return f; } |