From 8af675cd256f1b9e256eb145d89b35c9a2a50633 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 14 Apr 2026 16:10:45 -0700 Subject: [PATCH] Added comment [skip ci] --- src/ivfbuild.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index e5beba2..ea4a6cd 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -99,6 +99,7 @@ AddSample(Datum *values, IvfflatBuildState * buildstate) buildstate->rowstoskip -= 1; } + /* Increment after reservoir_get_next_S */ buildstate->samplerows += 1; }