Pier Angelo Vendrame pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/xre/nsXREDirProvider.cpp
    ... ... @@ -1326,6 +1326,7 @@ nsresult nsXREDirProvider::GetPortableDataDir(nsIFile** aFile,
    1326 1326
     #  if defined(XP_MACOSX)
    
    1327 1327
       // On macOS we try to create the directory immediately to switch to
    
    1328 1328
       // system-install mode if needed (e.g., when running from the DMG).
    
    1329
    +  bool exists = false;
    
    1329 1330
       rv = localDir->Exists(&exists);
    
    1330 1331
       NS_ENSURE_SUCCESS(rv, rv);
    
    1331 1332
       if (!exists) {