From 66d573d4903801c45011de36b6b593f1cde9ea73 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Apr 2000 13:55:30 +0000 Subject: Attribute type hack. --- 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 82dc1c3..048dd29 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 code) { struct f_inst *f = f_new_inst(); - f->aux = type; + f->aux = T_PATH; /* type; HACK!!! */ f->a2.i = code; return f; } -- cgit v1.2.3