Handle overlaps better when executing DiffCommands.
[ardour.git] / libs / pbd / file_manager.cc
index 45f678ee5d46a87e298142127a695b69e0441ae3..50f0f2b22d63407a5798fedb07fe2cb71f0d371c 100644 (file)
@@ -116,7 +116,7 @@ FileManager::allocate (FileDescriptor* d)
        }
 
 #ifdef __APPLE__
-       d->_last_used = get_absolute_time();
+       d->_last_used = mach_absolute_time();
 #else
        struct timespec t;
        clock_gettime (CLOCK_MONOTONIC, &t);