summaryrefslogtreecommitdiff
path: root/slideshow/qa/debug/timings.pl
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/qa/debug/timings.pl')
-rw-r--r--slideshow/qa/debug/timings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/qa/debug/timings.pl b/slideshow/qa/debug/timings.pl
index 5af3e89761e9..a409b8d5f392 100644
--- a/slideshow/qa/debug/timings.pl
+++ b/slideshow/qa/debug/timings.pl
@@ -51,7 +51,7 @@ $record = 1;
while( <> )
{
if( $state == 0 && m|next position will be| )
- {
+ {
($posX) = m|.*\(([0-9]+.[0-9]+),|;
($posY) = m|.*,([0-9]+.[0-9]+)\)|;
$state = 1;