fixed istat parsing issue with HFS+ image that made links in time information

This commit is contained in:
Brian Carrier 2010-03-23 13:16:09 +00:00
parent fb5db6b498
commit 54e852ed72

View File

@ -460,7 +460,8 @@ sub stats {
print "$_<br>\n";
}
$mode = 1 if (/^Direct Blocks|^Sectors/);
$mode = 1 if (/^Attributes/);
$mode = 1 if (/^Attributes:/); # HFS gets messed up without ":"
$mode = 1 if (/^Data Fork Blocks:/);
if ((/^size: (\d+)/) && ($1 == 0)) {
$force = 1;