Search found 1 match
- 20 Nov 2025 22:14
- Forum: I2PSnark
- Topic: bug in Storage
- Replies: 0
- Views: 288
bug in Storage
Hi, there is a bug in i2psnark: Storage.createFileFromNames around line 927 wrong: private File createFileFromNames(File base, final List<String> names, final boolean areFilesPublic) throws IOException { File f = null; final var it = names.iterator(); -> if (it.hasNext()) { final var name = optFilte...