From b1d1a03e15a45cd6c32ed16116cb78c614e57f82 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 27 Jan 2024 05:04:42 +0000 Subject: struct slbt_archive_ctx_impl: added pointer to the associated driver context. --- src/arbits/slbt_archive_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arbits/slbt_archive_ctx.c') diff --git a/src/arbits/slbt_archive_ctx.c b/src/arbits/slbt_archive_ctx.c index c9c1a7d..6e93a70 100644 --- a/src/arbits/slbt_archive_ctx.c +++ b/src/arbits/slbt_archive_ctx.c @@ -84,6 +84,7 @@ int slbt_get_archive_ctx( return slbt_free_archive_ctx_impl(ctx, SLBT_NESTED_ERROR(dctx)); + ctx->dctx = dctx; ctx->path = path; ctx->actx.path = &ctx->path; ctx->actx.map = &ctx->map; -- cgit v1.2.3