From 0150e5211adabcbde55a76506f0f1a5901214b52 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 17 Apr 2000 14:12:02 +0000 Subject: Cleaned up mess with types in e,a and e,S. Dynamic attributes should now work. --- 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 2ffcd9f..cf174e7 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -24,7 +24,7 @@ struct f_inst * f_new_dynamic_attr(int type, int f_type, int code) { struct f_inst *f = f_new_inst(); - f->aux = f_type; + f->aux = type; f->a2.i = code; return f; } -- cgit v1.2.3