fix #I2B0S1

This commit is contained in:
Looly
2020-12-29 16:54:53 +08:00
parent 82662f03a5
commit 7d25da459f
4 changed files with 18 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ public class StreamExtractor implements Extractor{
//noinspection ResultOfMethodCallIgnored
outItemFile.mkdirs();
} else {
FileUtil.writeFromStream(in, outItemFile);
FileUtil.writeFromStream(in, outItemFile, false);
}
}
}