From 3c7ad64c57de77763357684fab919b2fc082a759 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 17 Mar 1999 13:04:33 +0000 Subject: Compilation fix for mj. --- 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 47c9144..7856d7f 100644 --- a/filter/f-util.c +++ b/filter/f-util.c @@ -121,7 +121,7 @@ interpret(struct f_inst *what) case F_ERROR: case F_REJECT: res.type = T_RETURN; - res.val = (int) what->arg1; + res.val.i = (int) what->arg1; break; default: bug( "unknown return type: can not happen"); -- cgit v1.2.3