Update src/main/java/eu/siacs/conversations/utils/BackupFileHeader.java

This commit is contained in:
Martin/Geno 2019-02-11 12:57:13 +01:00
parent f14ffd304f
commit c26ed867e1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class BackupFileHeader {
if (version > VERSION) {
throw new IllegalArgumentException("Backup File version was "+version+" but app only supports up to version "+VERSION);
}
String app = inputStream.readUTF().replace("siacs", "sum7);
String app = inputStream.readUTF().replace("siacs", "sum7");
String jid = inputStream.readUTF();
long timestamp = inputStream.readLong();
byte[] iv = new byte[12];