X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fdecode.pl;h=f9aeb3204fad992aa5595e74d52cd8f8fa377e13;hp=5c401e73ef6901de55c82a2ba8162723e85698bf;hb=5b00dab1a7d2ac2d8a593f0bd6e85a7194e2c9bd;hpb=aa1c306a8bce882962b3435d42834c8c57614a8e diff --git a/rf433rcv/pc/decode.pl b/rf433rcv/pc/decode.pl index 5c401e7..f9aeb32 100755 --- a/rf433rcv/pc/decode.pl +++ b/rf433rcv/pc/decode.pl @@ -53,11 +53,11 @@ if (defined $ARGV[0]) { if ($start) { - print $counter-2."\n"; + print $counter-2,"\n"; last; } else { $start =1; - print $counter-1." "; + print $counter-1," "; } } $counter+=$data->[1];