From 8f433cde879a40fc96f295bfa35e5869781adc5d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:37:14 -0500 Subject: gpib queries should work fully now --- gpib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gpib.c') diff --git a/gpib.c b/gpib.c index 9ebefa1..2277b7a 100644 --- a/gpib.c +++ b/gpib.c @@ -771,8 +771,11 @@ static void TNT_Holdoff_off() } -int GPIB_send_query_response(char *in_string) +int GPIB_send_query_response(gpointer *ignore_this, char *in_string) { + g_assert (ignore_this == NULL); + g_assert (in_string != NULL); + if (!globals.HWDetect.gpib) { return OK; } -- cgit