1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Filtered out unchanged recovery files

This commit is contained in:
Brian Fiete 2020-11-04 06:58:03 -08:00
parent 716ec05394
commit d4d59e5ed6

View file

@ -94,6 +94,8 @@ namespace IDE
if (entry.mContents != null)
{
entry.mContentHash = MD5.Hash(.((.)entry.mContents.Ptr, entry.mContents.Length));
if (entry.mContentHash == entry.mLastSavedHash)
continue;
}
if (entry.mRecoveryFileName != null)