From 26941d10854347822ffadfd4605e62cc9371e6e3 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 15 Nov 1989 10:31:13 +0000 Subject: correct the form of a variable function --- zwgc/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc/port.c') diff --git a/zwgc/port.c b/zwgc/port.c index 67d4d7d..315f9ae 100644 --- a/zwgc/port.c +++ b/zwgc/port.c @@ -569,7 +569,7 @@ static char *put_filter(p, text, length) return(NULL); input = convert_nulls_to_newlines(text, length); - output = p->data.filter.filter(input); + output = (*(p->data.filter.filter))(input); free(input); string_stack_push(p->data.filter.waiting_packets, output); return(NULL); -- cgit v1.2.3