Fix build.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Apr 2020 23:02:34 +0000 (01:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Apr 2020 23:02:34 +0000 (01:02 +0200)
src/tools/dcpomatic_disk_writer.cc

index 128391d60d2a9fd426fefca866e9460d177b51c8..b65d3f1b972fe98765264cfaabbaa74067ef4edb 100644 (file)
@@ -396,7 +396,7 @@ idle ()
 #ifdef DCPOMATIC_OSX
                if (!starts_with(device, "/dev/disk")) {
                        LOG_DISK ("Will not write to %1", device);
-                       return;
+                       return true;
                }
 #endif
 #ifdef DCPOMATIC_LINUX