diff options
Diffstat (limited to 'vxi11_server.c')
-rw-r--r-- | vxi11_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vxi11_server.c b/vxi11_server.c index 4c3a837..02eb966 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -138,7 +138,7 @@ device_write_1_svc(Device_WriteParms *argp, struct svc_req *rqstp) { #ifdef DEBUG printf("got %s on link %d\n", argp->data.data_val, argp->lid); #endif - Parser_main(argp->data, 0, GPIB_and_VXI_start_query_response, NULL); + Parser_main(argp->data.data_val, 0, GPIB_and_VXI_start_query_response, NULL); result.size = argp->data.data_len; result.error = 0; } |