From 59c6a71b727c2773bd875459d6b3e8b23dc46f96 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 16 Aug 2023 16:45:45 -0700 Subject: [PATCH] More use of ph_forced_method() modified: p_lx_elf.cpp --- src/p_lx_elf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index aa05686e..4f547176 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -1445,7 +1445,7 @@ PackLinuxElf32::buildLinuxLoader( // SO_MAIN C-language supervision based on PT_LOADs char sec[120]; int len = 0; - unsigned m_decompr = (methods_used ? methods_used : (1u << forced_method(ph.method))); + unsigned m_decompr = (methods_used ? methods_used : (1u << ph_forced_method(ph.method))); len += snprintf(sec, sizeof(sec), "%s", "SO_HEAD,ptr_NEXT,EXP_HEAD"); if (((1u<