summaryrefslogtreecommitdiff
path: root/libvxi11client
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-24 21:53:35 +0900
committerdaniel <danieruru@gmail.com>2013-01-24 21:53:35 +0900
commite8ff8484ddc1899807fce40a4f54c876a9dfbc7f (patch)
tree564e039d2ebccfa8d670cb44d10a2cafe615e952 /libvxi11client
parent609325f41d9d584af0b333fd1fec17483c59deee (diff)
Remove the unneeded string copy, use g_malloc, g_free, bounds check on link array
Diffstat (limited to 'libvxi11client')
-rwxr-xr-xlibvxi11client/perlbits/testscript.pl2
1 files changed, 1 insertions, 1 deletions
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?");