Skip to content

Commit a3dbdbd

Browse files
committed
clr: format tokens %08x
1 parent a7025fe commit a3dbdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pedump/cli.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def dump_clr_tables data
659659

660660
if @options[:tokens]
661661
token = (table_idx << 24) | idx
662-
printf "%8x: ", token
662+
printf "%08x: ", token
663663
else
664664
printf "%6x: ", idx
665665
end

0 commit comments

Comments
 (0)