diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:37:14 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:37:14 -0500 |
commit | 8f433cde879a40fc96f295bfa35e5869781adc5d (patch) | |
tree | e497e9118c5cca14806718aa2e74446d5a07d7bd /instr-daemon.c | |
parent | 047fcb18ded8438d5763ad537c64a2c110052a11 (diff) |
gpib queries should work fully now
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 2534d73..4c56ceb 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -345,7 +345,7 @@ static gboolean periodic_poll (void) GPIB_check_for_device_clear_signal(); if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { - Parser_main(globals.Registers.gpib_buffer, 1, GPIB_send_query_response, NULL); + Parser_main(globals.Registers.gpib_buffer, 0, GPIB_send_query_response, NULL); } } GPIB_check_for_device_clear_signal(); |