From 31e79264a21df1acdbfbb66af40e05073b115a2c Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 1 Mar 2000 14:31:31 +0000 Subject: tmp_attrs fixed. I do not know if it is right since mj ingores talk once started :-(. --- filter/f-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/f-util.c') 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; } -- cgit v1.2.3