From 8ba1bcf4c2b0e6429abec027bc36c349e990c4cc Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 4 Jun 2025 20:20:33 +0000 Subject: api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency). --- src/driver/pe_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 fc00c06..11c2e27 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -308,7 +308,7 @@ static int pe_cctx_update( break; case TAG_AR_PRINT_MEMBERS: - cctx->drvflags |= PERK_DRIVER_AR_PRINT_ARCHIVE; + cctx->drvflags |= PERK_DRIVER_AR_PRINT_MEMBERS; break; } } else { -- cgit v1.2.3