mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-19 11:58:07 +08:00
renamed a function
This commit is contained in:
@@ -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) = @_;
|
||||
|
||||
|
Reference in New Issue
Block a user