PwDatabase: Save method now preserves the file format (kdbp vs. kdbx)
SaveDb: fixed bug with catching exceptions Added kdbp Tests Changed versionCode for new preview release
This commit is contained in:
@@ -663,7 +663,7 @@ namespace KeePassLib
|
||||
Debug.Assert(ValidateUuidUniqueness());
|
||||
Stream s = streamOfOriginalLocation;
|
||||
KdbxFile kdb = new KdbxFile(this);
|
||||
kdb.Save(s, null, KdbxFormat.Default, slLogger);
|
||||
kdb.Save(s, null, KdbpFile.GetFormatToUse(m_ioSource), slLogger);
|
||||
|
||||
m_pbHashOfLastIO = kdb.HashOfFileOnDisk;
|
||||
m_pbHashOfFileOnDisk = kdb.HashOfFileOnDisk;
|
||||
|
Reference in New Issue
Block a user