diff options
author | midipix <writeonce@midipix.org> | 2025-06-04 20:20:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-04 20:20:33 +0000 |
commit | 8ba1bcf4c2b0e6429abec027bc36c349e990c4cc (patch) | |
tree | 2f882c3a42106e67ab162b056c461cc069960daf /src/driver/pe_driver_ctx.c | |
parent | 3f57204aeaf426a4bfd1eb464f1f46c57ef5d1c3 (diff) | |
download | perk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.bz2 perk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.xz |
api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency).
Diffstat (limited to 'src/driver/pe_driver_ctx.c')
-rw-r--r-- | src/driver/pe_driver_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |