author | lana |
Fri, 14 Dec 2012 11:21:09 -0800 | |
changeset 14752 | 88473191af61 |
parent 14750 | 793df625513b (current diff) |
parent 14751 | 82c075c346e8 (diff) |
child 14756 | 4aa8cdf8cc2d |
--- a/jdk/src/solaris/classes/sun/print/UnixPrintJob.java Thu Dec 13 09:05:35 2012 -0800 +++ b/jdk/src/solaris/classes/sun/print/UnixPrintJob.java Fri Dec 14 11:21:09 2012 -0800 @@ -939,7 +939,7 @@ * is not removed for some reason, request that it is * removed when the VM exits. */ - spoolFile = Files.createTempFile("javaprint", ".ps").toFile(); + spoolFile = Files.createTempFile("javaprint", "").toFile(); spoolFile.deleteOnExit(); } result = new FileOutputStream(spoolFile);