aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/EndModemFileTransferPacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-30 00:50:27 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2012-03-30 00:50:27 +1100
commit907c942fd12ff204a387f5cc0a7f3de079186100 (patch)
tree5dfad7a827b3ceff16f775a5d10f72207d0b8007 /heimdall/source/EndModemFileTransferPacket.h
parent713af23d0a8a65926e03ad2e50406aae2463e6e1 (diff)
downloadexternal_heimdall-907c942fd12ff204a387f5cc0a7f3de079186100.zip
external_heimdall-907c942fd12ff204a387f5cc0a7f3de079186100.tar.gz
external_heimdall-907c942fd12ff204a387f5cc0a7f3de079186100.tar.bz2
Renamed partitionType to chipIdentifier as partition type was incorrect.
Diffstat (limited to 'heimdall/source/EndModemFileTransferPacket.h')
-rw-r--r--heimdall/source/EndModemFileTransferPacket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/EndModemFileTransferPacket.h b/heimdall/source/EndModemFileTransferPacket.h
index e21ad20..39a2c25 100644
--- a/heimdall/source/EndModemFileTransferPacket.h
+++ b/heimdall/source/EndModemFileTransferPacket.h
@@ -34,8 +34,8 @@ namespace Heimdall
public:
- EndModemFileTransferPacket(unsigned int sequenceByteCount, unsigned int unknown1, unsigned int partitionType, bool endOfFile)
- : EndFileTransferPacket(EndFileTransferPacket::kDestinationModem, sequenceByteCount, unknown1, partitionType)
+ EndModemFileTransferPacket(unsigned int sequenceByteCount, unsigned int unknown1, unsigned int chipIdentifier, bool endOfFile)
+ : EndFileTransferPacket(EndFileTransferPacket::kDestinationModem, sequenceByteCount, unknown1, chipIdentifier)
{
this->endOfFile = (endOfFile) ? 1 : 0;
}