renamed a function

This commit is contained in:
Dima Kogan 2010-09-28 23:05:17 -07:00
parent 254cdaf6a8
commit 9c1d6326d8

View File

@ -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) = @_;