Skip to content

Commit 4eeabc6

Browse files
committed
fix pe section debug logging
1 parent 89a0dff commit 4eeabc6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

view/pe/peview.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,10 @@ bool PEView::Init()
842842
"\tsection.pointerToLineNumbers: %lx\n"
843843
"\tsection.relocCount: %hx\n"
844844
"\tsection.lineNumberCount: %hx\n"
845-
"\tsection.characteristics: %lx\n"
846-
"\tsection.virtualSize: %lx\n",
847-
i, section.name.c_str(),
845+
"\tsection.characteristics: %lx\n",
846+
i,
847+
section.name.c_str(),
848+
section.virtualSize,
848849
section.virtualAddress,
849850
section.sizeOfRawData,
850851
section.pointerToRawData,

0 commit comments

Comments
 (0)