diff options
| author | Chloe M. <chloe@faracom.org> | 2026-07-28 06:56:34 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@faracom.org> | 2026-07-28 06:56:34 +0000 |
| commit | 06a022610e2bb23c7b774f38beb2490fffaa4a1f (patch) | |
| tree | ea103119e0bd30123bac78b0c237f260290e96b2 /core | |
| parent | b9bf1eb2964a12673386d9ca0b97edf479c014eb (diff) | |
packer: Drop d_desc_count to initial value of 0
Signed-off-by: Chloe M. <chloe@faracom.org>
Diffstat (limited to 'core')
| -rw-r--r-- | core/rdar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
