diff options
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index f68ef6a..f0508ce 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char* argv[]) { a.push({1, 2, 3, 7, 9}); a.end(); for(auto &b : a()) { - io::logger->info("{:x}", int(b)); + io::logger->info("{:x}", b); } |