summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/logic/tpax_archive_append.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logic/tpax_archive_append.c b/src/logic/tpax_archive_append.c
index 4526aaf..026bc8d 100644
--- a/src/logic/tpax_archive_append.c
+++ b/src/logic/tpax_archive_append.c
@@ -208,7 +208,7 @@ static int tpax_archive_append_queue_item(
const char * prefix,
int depth,
int flags,
- int fd,
+ int fdat,
bool * fkeep)
{
struct tpax_dirent_buffer * dentbuf;
@@ -242,7 +242,7 @@ static int tpax_archive_append_queue_item(
*fkeep = true;
cdent = dentbuf->cdent;
- cdent->fdat = fd;
+ cdent->fdat = fdat;
cdent->depth = depth;
cdent->flags = flags;
cdent->nsize = needed;