diff options
Diffstat (limited to 'heimdall/source/Interface.cpp')
-rw-r--r-- | heimdall/source/Interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index 67f1bee..bbe1472 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -299,7 +299,7 @@ void Interface::PrintPit(const PitData *pitData) Interface::Print("\n"); } - Interface::Print("Partition Block Size: %d\n", entry->GetBlockSize()); + Interface::Print("Partition Block Size/Offset: %d\n", entry->GetBlockSizeOrOffset()); Interface::Print("Partition Block Count: %d\n", entry->GetBlockCount()); Interface::Print("File Offset (Obsolete): %d\n", entry->GetFileOffset()); |