diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-08 17:40:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-08 17:40:25 +0100 |
commit | 9b73df15f7fefd9221c3116bb89903a4018d00ec (patch) | |
tree | 09715181d9fe54d8d284a02bd694258090df0637 /lout | |
parent | 3d521d286174264448cbd1b2315ff89f9d8e8edf (diff) |
Merged with main repo (part 1b/2).
Diffstat (limited to 'lout')
-rw-r--r-- | lout/debug_rtfl.hh | 2 |
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: |