mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-24 23:48:08 +08:00
replaced a 'say' with 'print'
This commit is contained in:
@@ -384,7 +384,7 @@ sub interpretCommandline
|
|||||||
{
|
{
|
||||||
if( $options{xlen} - int($options{xlen}) )
|
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});
|
$options{xlen} = 1 + int($options{xlen});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user