mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Uniform project settings for a brighter tomorrow.
This commit is contained in:
@ -2158,7 +2158,7 @@ function GetTempDir: String;
|
||||
var
|
||||
TempPath: array[0..MAX_PATH] of Char;
|
||||
begin
|
||||
GetTempPath(MAX_PATH, @TempPath);
|
||||
GetTempPath(MAX_PATH, PAnsiChar(@TempPath));
|
||||
Result := StrPas(TempPath);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user