From eb64524975854b5c4ba6bb3e20b0642de0fb89a2 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 4 Jun 2025 16:59:13 +0000 Subject: ar: pe_ar_print_members(): utility and driver integration. --- src/driver/pe_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver/pe_driver_ctx.c') diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 9290681..fc00c06 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -306,6 +306,10 @@ static int pe_cctx_update( case TAG_AR_LIST_MEMBERS: cctx->drvflags |= PERK_DRIVER_AR_LIST_MEMBERS; break; + + case TAG_AR_PRINT_MEMBERS: + cctx->drvflags |= PERK_DRIVER_AR_PRINT_ARCHIVE; + break; } } else { (*nunits)++; -- cgit v1.2.3