From 3b21d328653f7a472b0f77ef1cc0c85766566b96 Mon Sep 17 00:00:00 2001 From: Silent Date: Sun, 6 Oct 2019 21:37:51 +0200 Subject: Remove MAX_PATH limit from: - GetTempFilenameForAtomicWrite - SetUserDirectory --- Source/Core/Common/FileUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/FileUtil.h') diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 57e645c285..ff574dee5a 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -172,7 +172,7 @@ bool SetCurrentDir(const std::string& directory); std::string CreateTempDir(); // Get a filename that can hopefully be atomically renamed to the given path. -std::string GetTempFilenameForAtomicWrite(const std::string& path); +std::string GetTempFilenameForAtomicWrite(std::string path); // Gets a set user directory path // Don't call prior to setting the base user directory -- cgit v1.2.3