aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-08 17:40:25 +0100
committerSebastian Geerken <devnull@localhost>2014-12-08 17:40:25 +0100
commit9b73df15f7fefd9221c3116bb89903a4018d00ec (patch)
tree09715181d9fe54d8d284a02bd694258090df0637
parent3d521d286174264448cbd1b2315ff89f9d8e8edf (diff)
Merged with main repo (part 1b/2).
-rw-r--r--lout/debug_rtfl.hh2
1 files changed, 1 insertions, 1 deletions
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: