aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/Interface.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-01-22 23:53:30 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-01-22 23:53:30 +1100
commit31b1b0b2b0c9312e597ad35e26729474c21b20b9 (patch)
tree7cf1870cd39bc8510d7cd1db60c5bdb55bcbcdbb /heimdall/source/Interface.cpp
parente0e84b2f7a28bd188f104f51a845dc4ed8a9b7ea (diff)
downloadexternal_heimdall-31b1b0b2b0c9312e597ad35e26729474c21b20b9.zip
external_heimdall-31b1b0b2b0c9312e597ad35e26729474c21b20b9.tar.gz
external_heimdall-31b1b0b2b0c9312e597ad35e26729474c21b20b9.tar.bz2
- 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.
Diffstat (limited to 'heimdall/source/Interface.cpp')
-rw-r--r--heimdall/source/Interface.cpp2
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());