diff options
-rw-r--r-- | misc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ namespace misc { for (const char *pend = p + size; p < pend;) { if (print_header){ - snprintf(formatbuf, 128, "%04dx\t", static_cast<int> (p - pstart)); + snprintf(formatbuf, 128, "%04x\t", static_cast<int> (p - pstart)); out << formatbuf; } |