Skip to content

Commit

Permalink
Fix disassemble switch not applying
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Jun 4, 2024
1 parent ddfa846 commit c8ffe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper/dumper.d
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int dump(const(char)* path) {
panic_adbg();

// If anything was selected to dump specifically
if (opt_selected) {
if (opt_selected || opt_settings) {
// If not in any "extract" mode, print file info
if (SETTING(Setting.extractAny) == 0) {
print_string("filename", path);
Expand Down

0 comments on commit c8ffe43

Please sign in to comment.