summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-19 01:18:32 +0000
committermidipix <writeonce@midipix.org>2024-05-19 03:36:18 +0000
commit733811fb954b5dbb436dd2fe271249f62a77e67d (patch)
tree01a839bacc1888a2d2dc6c0ebe67169d8cc1d092 /src
parenta0e0a47d55765a9936f0d4bee84eea14c1fcdb8c (diff)
downloadtpax-733811fb954b5dbb436dd2fe271249f62a77e67d.tar.bz2
tpax-733811fb954b5dbb436dd2fe271249f62a77e67d.tar.xz
item queue: tpax_archive_append_queue_item(): renamed fd as fdat.
Diffstat (limited to 'src')
-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;