summaryrefslogtreecommitdiffstats
path: root/heimdall/source/FlashAction.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-03-01 07:57:37 +0100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-03-01 07:57:37 +0100
commit2bab8d9473cc237f6665a9cfe784942e0a2038e8 (patch)
tree66290929ce2f418bc4140136751719fc01c565c2 /heimdall/source/FlashAction.cpp
parentMerge pull request #287 from yan12125/allow-disable-gui (diff)
parent- fixed possible null pointer access (diff)
downloadHeimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar.gz
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar.bz2
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar.lz
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar.xz
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.tar.zst
Heimdall-2bab8d9473cc237f6665a9cfe784942e0a2038e8.zip
Diffstat (limited to 'heimdall/source/FlashAction.cpp')
-rw-r--r--heimdall/source/FlashAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/FlashAction.cpp b/heimdall/source/FlashAction.cpp
index 590e0b5..d9203b0 100644
--- a/heimdall/source/FlashAction.cpp
+++ b/heimdall/source/FlashAction.cpp
@@ -185,7 +185,7 @@ static bool sendTotalTransferSize(BridgeManager *bridgeManager, const vector<Par
if (totalBytesResult != 0)
{
- Interface::PrintError("Unexpected session total bytes response!\nExpected: 0\nReceived:%d\n", totalBytesResponse);
+ Interface::PrintError("Unexpected session total bytes response!\nExpected: 0\nReceived:%d\n", totalBytesResult);
return (false);
}