summaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-18 01:23:41 +0000
committermidipix <writeonce@midipix.org>2024-05-19 03:36:18 +0000
commitf5ae320ff28a77cb8bfe21a24369500f86c19df1 (patch)
treeafb8c2e049a5ee526931c653d2e5f9b02c679c42 /src/driver
parent9f55a17009446a7586a3694edb0b54988e201e7f (diff)
downloadtpax-f5ae320ff28a77cb8bfe21a24369500f86c19df1.tar.bz2
tpax-f5ae320ff28a77cb8bfe21a24369500f86c19df1.tar.xz
item queue: removed old implementation of tpax_archive_append().
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/tpax_amain.c2
1 files changed, 1 insertions, 1 deletions
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)