mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
renamed a function
This commit is contained in:
parent
254cdaf6a8
commit
9c1d6326d8
@ -418,7 +418,7 @@ sub mainThread {
|
|||||||
|
|
||||||
if( $options{"xlen"} )
|
if( $options{"xlen"} )
|
||||||
{
|
{
|
||||||
cutOld($xlast - $options{"xlen"});
|
pruneOldData($xlast - $options{"xlen"});
|
||||||
plotStoredData($xlast - $options{"xlen"}, $xlast);
|
plotStoredData($xlast - $options{"xlen"}, $xlast);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -457,7 +457,7 @@ sub mainThread {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub cutOld
|
sub pruneOldData
|
||||||
{
|
{
|
||||||
my ($oldestx) = @_;
|
my ($oldestx) = @_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user