Set file name hashes

This commit is contained in:
Adam
2015-10-16 19:39:32 -04:00
parent c42617490d
commit 7e580f0f0b
2 changed files with 3 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ public class Index implements Closeable
stream.writeInt(this.revision);
}
this.named = true;
stream.writeByte((this.named ? 1 : 0) | (this.usesWhirpool ? 2 : 0));
if (protocol >= 7)
{