diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-30 01:16:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-30 01:16:20 +0200 |
| commit | 56caa542a558a3e261a3da4773c9ed3e66e262ab (patch) | |
| tree | 9ac47e0b51ef10c0fb6fed7ceffa9cfe5d26b22a /src/tools | |
| parent | 652a6467fdc4e562fe9166d491f4ca9848e37abb (diff) | |
Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_disk_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk_writer.cc b/src/tools/dcpomatic_disk_writer.cc index b8255468f..3fabe3e28 100644 --- a/src/tools/dcpomatic_disk_writer.cc +++ b/src/tools/dcpomatic_disk_writer.cc @@ -463,7 +463,7 @@ try bool on_drive_list = false; bool mounted = false; for (auto const& i: Drive::get()) { - if (i.device_for_write() == *device) { + if (i.device() == *device) { on_drive_list = true; mounted = i.mounted(); } |
