From 56caa542a558a3e261a3da4773c9ed3e66e262ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Apr 2020 01:16:20 +0200 Subject: Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference. --- src/tools/dcpomatic_disk_writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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(); } -- cgit v1.2.3