From 2e0d0b72ca15ef8cfd3c9fb0651663cbf9d099d0 Mon Sep 17 00:00:00 2001 From: iMHLv2 Date: Thu, 28 Mar 2013 17:19:44 +0000 Subject: [PATCH] increase the width of the mac_mount plugin's Mount Point column --- volatility/plugins/mac/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/plugins/mac/mount.py b/volatility/plugins/mac/mount.py index 54e5f421..e18d8e90 100644 --- a/volatility/plugins/mac/mount.py +++ b/volatility/plugins/mac/mount.py @@ -39,7 +39,7 @@ class mac_mount(common.AbstractMacCommand): mount = mount.mnt_list.tqe_next def render_text(self, outfd, data): - self.table_header(outfd, [("Device", "30"), ("Mount Point", "20"), ("Type", "")]) + self.table_header(outfd, [("Device", "30"), ("Mount Point", "30"), ("Type", "")]) for mount in data: self.table_row(outfd, mount.mnt_vfsstat.f_mntonname,