From f5ae320ff28a77cb8bfe21a24369500f86c19df1 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 18 May 2024 01:23:41 +0000 Subject: item queue: removed old implementation of tpax_archive_append(). --- src/driver/tpax_amain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver') diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index b11dd68..fabd5ab 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(dctx,uctx,0); + tpax_archive_append_item(dctx,uctx); } static int tpax_exit(struct tpax_driver_ctx * dctx, int ret) -- cgit v1.2.3