mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
replaced a 'say' with 'print'
This commit is contained in:
parent
0c32afacfd
commit
605158b391
@ -384,7 +384,7 @@ sub interpretCommandline
|
||||
{
|
||||
if( $options{xlen} - int($options{xlen}) )
|
||||
{
|
||||
say STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second";
|
||||
print STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second\n";
|
||||
$options{xlen} = 1 + int($options{xlen});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user