summaryrefslogtreecommitdiffstats
path: root/filter/f-util.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-03-01 15:31:31 +0100
committerPavel Machek <pavel@ucw.cz>2000-03-01 15:31:31 +0100
commit31e79264a21df1acdbfbb66af40e05073b115a2c (patch)
tree5efda1e94315f2391b2880ec2a7ea51e906693c6 /filter/f-util.c
parent4ebbbd4079cbf6295367b9c7a555c1b668fa0d8c (diff)
downloadbird-31e79264a21df1acdbfbb66af40e05073b115a2c.tar
bird-31e79264a21df1acdbfbb66af40e05073b115a2c.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-util.c b/filter/f-util.c
index 2bc7873..6a42b9d 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;
}