cups printer, fixed temporary output path, issue #7387

git-svn-id: trunk@9861 -
This commit is contained in:
jesus 2006-09-11 19:45:11 +00:00
parent 48ea9b32d1
commit 69dacf789b

View File

@ -397,7 +397,7 @@ var
CurPath: String;
begin
CurPath:=CleanAndExpandDirectory(Path);
Result:=DirPathExists(NewPath);
Result:=DirPathExists(CurPath);
if Result then NewPath:=CurPath;
end;