summaryrefslogtreecommitdiffhomepage
path: root/src/logic/tpax_archive_enqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/tpax_archive_enqueue.c')
-rw-r--r--src/logic/tpax_archive_enqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/tpax_archive_enqueue.c b/src/logic/tpax_archive_enqueue.c
index 1b45a2f..4f5683d 100644
--- a/src/logic/tpax_archive_enqueue.c
+++ b/src/logic/tpax_archive_enqueue.c
@@ -327,7 +327,7 @@ static int tpax_archive_enqueue_dir_entries(
uctx);
/* iterate */
- for (; nbytes>0; ) {
+ for (; nbytes; ) {
if (!strcmp(dirent->d_name,".")) {
(void)0;