mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Filtered out unchanged recovery files
This commit is contained in:
parent
716ec05394
commit
d4d59e5ed6
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ namespace IDE
|
||||||
if (entry.mContents != null)
|
if (entry.mContents != null)
|
||||||
{
|
{
|
||||||
entry.mContentHash = MD5.Hash(.((.)entry.mContents.Ptr, entry.mContents.Length));
|
entry.mContentHash = MD5.Hash(.((.)entry.mContents.Ptr, entry.mContents.Length));
|
||||||
|
if (entry.mContentHash == entry.mLastSavedHash)
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entry.mRecoveryFileName != null)
|
if (entry.mRecoveryFileName != null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue