From 31b1b0b2b0c9312e597ad35e26729474c21b20b9 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 22 Jan 2013 23:53:30 +1100 Subject: - Changed interpretation of packet size reponses of 0 from meaning "don't care" to "unsupported". - Changed block size in libpit to mean either block size or block offset. --- heimdall/source/Interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/source/Interface.cpp') 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()); -- cgit v1.1