diff --git a/CHANGES.txt b/CHANGES.txt index 59687e32166478849a000565ee75ba81ae1176db..d6c85480fdc36e304e07301fa411146320add1c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -93,6 +93,8 @@ not use actual files. 6/1/09: Update: Added feature 2206265 to add imgtools layer support to sigfind. +7/13/09: Bug Fix: Fixed issue 2821031 re: missing fls -m fields. + ---------------- VERSION 3.0.1 -------------- 11/11/08: Bug Fix: Fixed crashing bug in ifind on FAT file system. diff --git a/tsk3/fs/fs_name.c b/tsk3/fs/fs_name.c index ece9ba33b4691150a1529784a987e9a8e35d35c7..09c7581d9dceb3c101ee8a4cfdb5439dde21061e 100644 --- a/tsk3/fs/fs_name.c +++ b/tsk3/fs/fs_name.c @@ -536,7 +536,7 @@ tsk_fs_name_print_mac(FILE * hFile, const TSK_FS_FILE * fs_file, tsk_fprintf(hFile, "-/"); 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 {