summaryrefslogtreecommitdiff
path: root/src/ivyreplay
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyreplay')
-rwxr-xr-xsrc/ivyreplay2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyreplay b/src/ivyreplay
index 8d34b61..c9ed64a 100755
--- a/src/ivyreplay
+++ b/src/ivyreplay
@@ -558,7 +558,7 @@ sub replayStart {
-background => $replay_bg);
}
$replay_last_time = $replay_time;
- my $i = $t->tagRanges($replay_time);
+ my ($i) = $t->tagRanges($replay_time);
$t->see($i) if defined $i;
}
$replay_time += $replay_time_granularity;