Missed part of rdisk -> disk revert.
[dcpomatic.git] / src / tools / dcpomatic_disk_writer.cc
index 3cd286fd8582d5b842ed908afcecc071707cffa3..b6445ca820a9d8c87afac85e01d5bcd0b3683d8a 100644 (file)
@@ -439,7 +439,7 @@ try
                /* Do some basic sanity checks; this is a bit belt-and-braces but it can't hurt... */
 
 #ifdef DCPOMATIC_OSX
-               if (!starts_with(*device, "/dev/rdisk")) {
+               if (!starts_with(*device, "/dev/disk")) {
                        LOG_DISK ("Will not write to %1", *device);
                        nanomsg->send(DISK_WRITER_ERROR "\nRefusing to write to this drive\n1\n", LONG_TIMEOUT);
                        return true;