From 3e67b6bc3037e1be8860cbda94fb45b0061cfee0 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Tue, 7 Feb 2012 09:55:06 +0100 Subject: [PATCH] Whoops. Fix bug in sending code --- tools/mesh/rf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mesh/rf b/tools/mesh/rf index 7445876..5bf5b17 100755 --- a/tools/mesh/rf +++ b/tools/mesh/rf @@ -249,7 +249,7 @@ if($cmd =~ /^r/){ die "Unknown send subtype: $sub\n"; }; - print "Write: <", sprint($pkt),">, "; + print "Write: <", r0ket::sprint($pkt),">, "; print "crc: ",unpack("n",substr($pkt,length($pkt)-2,2))," "; print "len: ",length($pkt),"\n"; while($cmd-->0){