diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-06-28 11:57:21 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-06-28 11:57:21 +0200 |
commit | 2da9ee14459d169fd033e36efe8780250b4283b1 (patch) | |
tree | 851bb4be9c32e32eb43ef0c6ed6129b5a8de7b88 /include | |
parent | ab0f01c381c16ed61b8258582869912d4c38cbb7 (diff) | |
download | libnitrokey-2da9ee14459d169fd033e36efe8780250b4283b1.tar.gz libnitrokey-2da9ee14459d169fd033e36efe8780250b4283b1.tar.bz2 |
Run compilation using Qt Creator
Diffstat (limited to 'include')
-rw-r--r-- | include/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h index 3f711c0..279754a 100644 --- a/include/command.h +++ b/include/command.h @@ -11,7 +11,7 @@ #define print_to_ss_volatile(x) ( ss << " " << (#x) <<":\t" << "***********" << std::endl ); #endif #define hexdump_to_ss(x) (ss << #x":\n"\ - << ::nitrokey::misc::hexdump((const char *) (&x), sizeof x, false)); + << ::nitrokey::misc::hexdump((const uint8_t *) (&x), sizeof x, false)); namespace nitrokey { namespace proto { |