mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
IDE: test file for compiler, expand temp directory
git-svn-id: trunk@43431 -
This commit is contained in:
parent
a18cd3e026
commit
2aa15b32f5
@ -201,7 +201,7 @@ function CreateCompilerTestPascalFilename: string;
|
||||
begin
|
||||
Result:=AppendPathDelim(GetPrimaryConfigPath)+'compilertest.pas';
|
||||
if CreateFile(Result) then exit;
|
||||
Result:=AppendPathDelim(GetTempDir)+'compilertest.pas';
|
||||
Result:=AppendPathDelim(ExpandFileNameUTF8(GetTempDir))+'compilertest.pas';
|
||||
if CreateFile(Result) then exit;
|
||||
Debugln('unable to create temporay file ',Result);
|
||||
Result:='';
|
||||
|
Loading…
Reference in New Issue
Block a user