diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2489,7 +2489,7 @@ static int Go_stb_8(gchar** response, int channel, char *parameter,char *units,i { switch (command_type) { case query_simple: - return query_int (response, GPIB_get_STB()); + return query_int (response, GPIB_and_VXI_get_STB()); break; default: |