From 9b73df15f7fefd9221c3116bb89903a4018d00ec Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 8 Dec 2014 17:40:25 +0100 Subject: Merged with main repo (part 1b/2). --- lout/debug_rtfl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lout/debug_rtfl.hh') diff --git a/lout/debug_rtfl.hh b/lout/debug_rtfl.hh index dad2c3c0..7a93b5ce 100644 --- a/lout/debug_rtfl.hh +++ b/lout/debug_rtfl.hh @@ -79,7 +79,7 @@ inline void rtfl_print (const char *version, const char *file, int line, case 'c': n = va_arg(args, int); - printf ("#06x", n); + printf ("#%06x", n); break; default: -- cgit v1.2.3