Commit 355a3aa4 authored by Geoff Simmons's avatar Geoff Simmons

QP fmin stat is 0 when there is only one node (no fanout).

parent c51554ec
......@@ -590,4 +590,6 @@ QP_Stats(const struct qp_y * const restrict root,
stats->nodesz = sizeof(*root);
qp_stats(root, strings, stats, 0);
if (stats->fmin == UINT64_MAX)
stats->fmin = 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment