From 99ab678ae0659e60290154dabe987e6fb0029d3e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 13:52:18 +0000 Subject: logic: renamed tpax_archive_append_item() as tpax_archive_append(). --- src/driver/tpax_amain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver/tpax_amain.c') diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index 9e76d08..e9aa726 100644 --- a/src/driver/tpax_amain.c +++ b/src/driver/tpax_amain.c @@ -54,7 +54,7 @@ static void tpax_perform_unit_actions( struct tpax_unit_ctx * uctx) { if (dctx->cctx->drvflags & TPAX_DRIVER_EXEC_MODE_WRITE) - tpax_archive_append_item(dctx,uctx); + tpax_archive_append(dctx,uctx); } static void tpax_archive_write_and_seal( -- cgit v1.2.3