From 733811fb954b5dbb436dd2fe271249f62a77e67d Mon Sep 17 00:00:00 2001 From: midipix Date: May 19 2024 03:36:18 +0000 Subject: item queue: tpax_archive_append_queue_item(): renamed fd as fdat. --- 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;