RecycleManager.dll: Minor changes to 4172dff

This commit is contained in:
Birunthan Mohanathas 2012-07-03 15:09:21 +03:00
parent 58aa3c86a3
commit 0804bdca05

View File

@ -240,10 +240,10 @@ bool HasRecycleBinChanged()
s_LastWriteTime = lastWriteTime;
changed = true;
}
}
RegCloseKey(volumeSubKey);
}
}
bufferSize = _countof(buffer);
++index;
@ -269,11 +269,11 @@ bool HasRecycleBinChanged()
s_LastWriteTime = lastWriteTime;
changed = true;
}
}
RegCloseKey(iconKey);
}
}
}
return changed;
}