aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx/error.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-12-27 00:55:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-12-27 00:55:59 +0300
commitb55deb3c9accac24a7bbcff63699f2f0cb608868 (patch)
tree159cc830df352d89e75147f96889695056fae920 /cxx/include/aesnixx/error.hpp
parenttest/file.py: more tests (diff)
downloadaes-tools-b55deb3c9accac24a7bbcff63699f2f0cb608868.tar.gz
aes-tools-b55deb3c9accac24a7bbcff63699f2f0cb608868.zip
cxx: refactoring
Diffstat (limited to 'cxx/include/aesnixx/error.hpp')
-rw-r--r--cxx/include/aesnixx/error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/include/aesnixx/error.hpp b/cxx/include/aesnixx/error.hpp
index 9118e97..067d563 100644
--- a/cxx/include/aesnixx/error.hpp
+++ b/cxx/include/aesnixx/error.hpp
@@ -40,7 +40,7 @@ namespace aesni
aux::CallStackFormatter formatter;
std::for_each(call_stack, call_stack + call_stack_size, [&formatter, &callback] (void* addr)
{
- callback(addr, formatter.format(addr));
+ callback(addr, formatter.format_address(addr));
});
}