mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +02:00
cups printer, fixed temporary output path, issue #7387
git-svn-id: trunk@9861 -
This commit is contained in:
parent
48ea9b32d1
commit
69dacf789b
@ -397,7 +397,7 @@ var
|
||||
CurPath: String;
|
||||
begin
|
||||
CurPath:=CleanAndExpandDirectory(Path);
|
||||
Result:=DirPathExists(NewPath);
|
||||
Result:=DirPathExists(CurPath);
|
||||
if Result then NewPath:=CurPath;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user