From 041c986ac401173236573ff064a4cd362aae7b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20A=2E=20A=CC=81lvarez?= Date: Sun, 1 Oct 2017 13:39:18 +0200 Subject: [PATCH] ensure inserted disk paths are always standardized --- Mini vMac/MYOSGLUE.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mini vMac/MYOSGLUE.m b/Mini vMac/MYOSGLUE.m index 8e885a4..eef9474 100644 --- a/Mini vMac/MYOSGLUE.m +++ b/Mini vMac/MYOSGLUE.m @@ -1857,7 +1857,7 @@ static dispatch_once_t onceToken; } - (BOOL)insertDisk:(NSString *)path { - return Sony_Insert1(path, false); + return Sony_Insert1(path.stringByStandardizingPath, false); } - (NSString *)insertDiskNotification {