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