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

resolved issue 2821031 re: missing fls -m fiels

parent 0c33daa1
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,8 @@ not use actual files. ...@@ -93,6 +93,8 @@ not use actual files.
6/1/09: Update: Added feature 2206265 to add imgtools layer support 6/1/09: Update: Added feature 2206265 to add imgtools layer support
to sigfind. to sigfind.
7/13/09: Bug Fix: Fixed issue 2821031 re: missing fls -m fields.
---------------- VERSION 3.0.1 -------------- ---------------- VERSION 3.0.1 --------------
11/11/08: Bug Fix: Fixed crashing bug in ifind on FAT file system. 11/11/08: Bug Fix: Fixed crashing bug in ifind on FAT file system.
......
...@@ -536,7 +536,7 @@ tsk_fs_name_print_mac(FILE * hFile, const TSK_FS_FILE * fs_file, ...@@ -536,7 +536,7 @@ tsk_fs_name_print_mac(FILE * hFile, const TSK_FS_FILE * fs_file,
tsk_fprintf(hFile, "-/"); tsk_fprintf(hFile, "-/");
if (!fs_file->meta) { if (!fs_file->meta) {
tsk_fprintf(hFile, "----------|0|0|0|0|0|0\n"); tsk_fprintf(hFile, "----------|0|0|0|0|0|0|0\n");
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment