From fb8f57415df85024a64a2b02401e3666926a15c0 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 14 Jul 2009 00:58:08 +0000
Subject: [PATCH] resolved issue  2821031 re: missing fls -m fiels

---
 CHANGES.txt       | 2 ++
 tsk3/fs/fs_name.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 59687e321..d6c85480f 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 ece9ba33b..09c7581d9 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 {
 
-- 
GitLab