From e8ff8484ddc1899807fce40a4f54c876a9dfbc7f Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 24 Jan 2013 21:53:35 +0900 Subject: Remove the unneeded string copy, use g_malloc, g_free, bounds check on link array --- libvxi11client/perlbits/testscript.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvxi11client') diff --git a/libvxi11client/perlbits/testscript.pl b/libvxi11client/perlbits/testscript.pl index f7e9e42..ae23e79 100755 --- a/libvxi11client/perlbits/testscript.pl +++ b/libvxi11client/perlbits/testscript.pl @@ -7,7 +7,7 @@ use VXI11::Client; vxi_startinterruptserver(); -my $instr = vxi_open("192.168.0.62", 0); +my $instr = vxi_open("roi", 0); $instr->vxi_lock(0); $instr->vxi_write("*idn?"); -- cgit