Fix trace formatting error
This commit is contained in:
parent
75df02f7a3
commit
bfb94d7e52
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 89 KiB |
@ -73,6 +73,7 @@ namespace cpptrace {
|
||||
<< std::setw(static_cast<int>(frame_number_width))
|
||||
<< std::left
|
||||
<< counter++
|
||||
<< std::right
|
||||
<< " "
|
||||
<< std::hex
|
||||
<< BLUE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user