fixed Dump output

pull/3/head
Tom Early 5 years ago
parent 2ef2b0462e
commit 2af187297d

@ -255,7 +255,7 @@ void CBuffer::Dump(const std::string &title)
output += '*';
::sprintf(temp, "%04X: ", offset);
std::cout << offset << output << std::endl;
std::cout << temp << output << std::endl;
offset += 16U;

Loading…
Cancel
Save

Powered by TurnKey Linux.