summaryrefslogtreecommitdiff
path: root/src/lib/checker.cc
diff options
context:
space:
mode:
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);
}
}