Merge
This commit is contained in:
commit
abe9bf1b53
@ -939,7 +939,7 @@ public class UnixPrintJob implements CancelablePrintJob {
|
|||||||
* is not removed for some reason, request that it is
|
* is not removed for some reason, request that it is
|
||||||
* removed when the VM exits.
|
* removed when the VM exits.
|
||||||
*/
|
*/
|
||||||
spoolFile = Files.createTempFile("javaprint", ".ps").toFile();
|
spoolFile = Files.createTempFile("javaprint", "").toFile();
|
||||||
spoolFile.deleteOnExit();
|
spoolFile.deleteOnExit();
|
||||||
}
|
}
|
||||||
result = new FileOutputStream(spoolFile);
|
result = new FileOutputStream(spoolFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user