summaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-20 22:15:00 +0000
committermidipix <writeonce@midipix.org>2021-04-20 19:27:28 +0000
commit022508b329cc2251c09cd9fcaff3be0bb664eb98 (patch)
tree481743c86ce77a7a649acf866a627f65328d0b00 /src/driver
parent13eac954640efb15285f70c4d38d9cb2e49da52c (diff)
downloadtpax-022508b329cc2251c09cd9fcaff3be0bb664eb98.tar.bz2
tpax-022508b329cc2251c09cd9fcaff3be0bb664eb98.tar.xz
tpax_archive_append(): directory recursion: initial implementation.
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 9d87e18..3d138ce 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);
+ tpax_archive_append(dctx,uctx,0);
}
static int tpax_exit(struct tpax_driver_ctx * dctx, int ret)