mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Исправлена проблема с settings.bin
This commit is contained in:
parent
b9aeacc38b
commit
637652c1c6
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ public void read(HInput input) throws IOException, SignatureException {
|
|||
int lastHDirsCount = input.readLength(0);
|
||||
for (int i = 0; i < lastHDirsCount; i++) {
|
||||
String name = IOHelper.verifyFileName(input.readString(255));
|
||||
HashedDir hdir = new HashedDir(input);
|
||||
lastHDirs.put(name,hdir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue