Skip to content
Snippets Groups Projects
Commit edb60364 authored by Luis Nassif's avatar Luis Nassif
Browse files

#2699: minor comment fix

parent fa25b0b9
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ private long getPoolOffset(Image image) throws TskCoreException { ...@@ -118,7 +118,7 @@ private long getPoolOffset(Image image) throws TskCoreException {
// uses block size from parent volume system // uses block size from parent volume system
return parent.getStart() * ((VolumeSystem) parent.getParent()).getBlockSize(); // Offset needs to be in bytes return parent.getStart() * ((VolumeSystem) parent.getParent()).getBlockSize(); // Offset needs to be in bytes
} else { } else {
// uses sector size from from parent image (old behavior fallback) // uses sector size from parent image (old behavior fallback)
return parent.getStart() * image.getSsize(); // Offset needs to be in bytes return parent.getStart() * image.getSsize(); // Offset needs to be in bytes
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment