From 596e63e468b9aa56683b5f2ea31296cb808552b8 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sat, 23 May 2026 11:09:12 +0000 Subject: core: state: Keep track of current pass Signed-off-by: Chloe M. --- core/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/state.c b/core/state.c index 6002957..8c8639c 100644 --- a/core/state.c +++ b/core/state.c @@ -38,6 +38,7 @@ state_init(struct cescal_state *state, const char *pathname) return -1; } + state->pass = 0; return 0; } -- cgit v1.2.3