Ignore:
Timestamp:
11/17/07 13:41:37 (5 years ago)
Author:
lowjoel
Message:

-Bumped RC number
-Return false when the user somehow erases free space with first/last 2kb so no damage is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EraserDll/FreeSpace.cpp

    r80 r81  
    466466    if (!hasPrivileges(context)) 
    467467        return false; 
     468    if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 
     469        return false; 
    468470 
    469471    bool               bReturn = false; 
     
    498500{ 
    499501    if (!hasPrivileges(context)) 
     502        return false; 
     503    if (context->m_lpmMethod->m_nMethodID == FL2KB_METHOD_ID) 
    500504        return false; 
    501505 
Note: See TracChangeset for help on using the changeset viewer.