(Logical change 1.203)
edge.strict_endians
flatcap.org!ntfs 2003-10-12 12:48:46 +00:00
parent ea789ac0e2
commit ff9c58f35e
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ s64 wipe_mft (ntfs_volume *vol, int byte, enum action act)
if (!vol || (byte < 0))
return -1;
if (act == wipe) {
if (act == act_wipe) {
buffer = malloc (vol->mft_record_size);
if (!buffer) {
Eprintf ("malloc failed\n");