From 06a022610e2bb23c7b774f38beb2490fffaa4a1f Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Tue, 28 Jul 2026 06:56:34 +0000 Subject: packer: Drop d_desc_count to initial value of 0 Signed-off-by: Chloe M. --- core/rdar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/rdar.c') diff --git a/core/rdar.c b/core/rdar.c index c9cac50..7cd53ef 100644 --- a/core/rdar.c +++ b/core/rdar.c @@ -57,7 +57,7 @@ struct idata_desc; static const char *input_dir = NULL; static const char *output_path = NULL; static TAILQ_HEAD(, idata_desc) d_desc_table; -static size_t d_desc_count = 1; +static size_t d_desc_count = 0; /* * The root data region (RDR) contains information about the -- cgit v1.2.3