version 0.4.3, fix forward edition numbers
[jSite.git] / src / de / todesbaum / util / io / TempFileInputStream.java
index 0cefd79..ba86151 100644 (file)
@@ -46,6 +46,7 @@ public class TempFileInputStream extends FileInputStream {
         */
        public TempFileInputStream(File file) throws FileNotFoundException {
                super(file);
+               tempFile = file;
        }
 
        public void close() throws IOException {