Changeset 81 for trunk/EraserDll/FreeSpace.cpp
- Timestamp:
- 11/17/07 13:41:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/EraserDll/FreeSpace.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/FreeSpace.cpp
r80 r81 466 466 if (!hasPrivileges(context)) 467 467 return false; 468 if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 469 return false; 468 470 469 471 bool bReturn = false; … … 498 500 { 499 501 if (!hasPrivileges(context)) 502 return false; 503 if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 500 504 return false; 501 505
Note: See TracChangeset
for help on using the changeset viewer.
