Skip to content
Snippets Groups Projects
Commit 09abed00 authored by Brian Carrier's avatar Brian Carrier
Browse files

Fixed fcat bug that prevented it from working on NTFS

parent c3333fa8
Branches
Tags
No related merge requests found
Numbers refer to SourceForge.net tracker IDs:
http://sourceforge.net/tracker/?group_id=55685
---------------- VERSION 4.0.2 --------------
Bug Fixes:
- Fixed fcat to work on NTFS files (still doesn't support ADS though).
---------------- VERSION 4.0.1 --------------
New Features:
- Can open raw Windows devices with write mode sharing.
......
......@@ -194,7 +194,7 @@ main(int argc, char **argv1)
// @@@ Cannot currently get ADS with this approach
retval =
tsk_fs_icat(fs, inum, TSK_FS_ATTR_TYPE_DEFAULT, 1, 0, 0,
tsk_fs_icat(fs, inum, (TSK_FS_ATTR_TYPE_ENUM)0, 0, 0, 0,
(TSK_FS_FILE_WALK_FLAG_ENUM) fw_flags);
if (retval) {
if ((suppress_recover_error == 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment