mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 16:31:55 +00:00
only send the aux string if there is one to send
This commit is contained in:
parent
dc893dba57
commit
29d8cc6035
@ -103,9 +103,11 @@ while(1) {
|
||||
|
||||
print "done sending files.\n";
|
||||
|
||||
print "sending " ;
|
||||
print @ARGV;
|
||||
print ",\n";
|
||||
if(scalar(@ARGV)!=0) {
|
||||
print "sending " ;
|
||||
print @ARGV;
|
||||
print ",\n";
|
||||
}
|
||||
|
||||
$ob->write(@ARGV);
|
||||
$ob->write(',');
|
||||
|
Loading…
x
Reference in New Issue
Block a user