summaryrefslogtreecommitdiff
path: root/src/lib/checker.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 17:25:16 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 17:25:16 +0200
commitdfd42d2a546d14c32057a34002543877ea2f99cb (patch)
treeccaf3c3edd37c9022bd39f8e263b7f025d550011 /src/lib/checker.cc
parent48b82de5b6e8e07330a2f72dbddd8d9830fe047e (diff)
parent74d4cd23df7460cf1d0e91fd7a37fa3333741887 (diff)
Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'src/lib/checker.cc')
-rw-r--r--src/lib/checker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checker.cc b/src/lib/checker.cc
index 13d9aacee..2d15dd3f1 100644
--- a/src/lib/checker.cc
+++ b/src/lib/checker.cc
@@ -81,7 +81,7 @@ Checker::thread ()
}
lm.unlock ();
- dcpomatic_sleep (_period);
+ dcpomatic_sleep_seconds (_period);
}
}