diff options
author | Steffen Pankratz <kratz00@gmx.de> | 2016-02-29 18:42:55 +0100 |
---|---|---|
committer | Steffen Pankratz <kratz00@gmx.de> | 2016-02-29 18:42:55 +0100 |
commit | 46c4f8be14aff1794f88f675ab372a8a07261c1a (patch) | |
tree | dbc9e62ef833b1ea57f1592a425a22019cdd11c6 /heimdall/source/FlashAction.cpp | |
parent | - fixed memory leak (diff) | |
download | Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar.gz Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar.bz2 Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar.lz Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar.xz Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.tar.zst Heimdall-46c4f8be14aff1794f88f675ab372a8a07261c1a.zip |
Diffstat (limited to 'heimdall/source/FlashAction.cpp')
-rw-r--r-- | heimdall/source/FlashAction.cpp | 2 |
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); } |