Ignore:
Timestamp:
6/13/2010 12:43:51 AM (2 years ago)
Author:
lowjoel
Message:

Compilo fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/FileSystems/Ntfs.cs

    r2155 r2157  
    179179            //Create the file stream, and call the erasure method to write to 
    180180            //the stream. 
    181             long fileArea = GetFileArea(info.FullName); 
     181            long fileArea = GetFileArea(info); 
    182182 
    183183            //If the stream is empty, there's nothing to overwrite. Continue 
Note: See TracChangeset for help on using the changeset viewer.