diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-21 00:59:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-21 00:59:59 +0200 |
| commit | f0a2a52ddd1118236d4ce5640339c24bae88aa12 (patch) | |
| tree | 7742a6f25739c0d9e2d7fa25413a481fe3e076c3 /src/tools/dcpomatic_cli.cc | |
| parent | 749c7b0098feb893c2a11012eb889fda0043666d (diff) | |
Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index ca6c79cb8..6a243e126 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -176,7 +176,7 @@ list_servers () } } - dcpomatic_sleep (1); + dcpomatic_sleep_seconds (1); for (int i = 0; i < N; ++i) { cout << "\033[1A\033[2K"; @@ -360,7 +360,7 @@ main (int argc, char* argv[]) if (keep_going) { while (true) { - dcpomatic_sleep (3600); + dcpomatic_sleep_seconds (3600); } } |
