Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx/error.hpp
diff options
context:
space:
mode:
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));
});
}