From 37fbf70a2f890bb231caee1605662a3d47974d52 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 07:56:50 +0200 Subject: [PATCH] fix typo --- src/runtime/c/pgf/pgf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/pgf.cxx b/src/runtime/c/pgf/pgf.cxx index c013a2c4a..8e924d4fa 100644 --- a/src/runtime/c/pgf/pgf.cxx +++ b/src/runtime/c/pgf/pgf.cxx @@ -1870,7 +1870,7 @@ public: this->sym_index = (size_t) -1; this->alt_index = (size_t) -1; this->n_lindefs = n_rules; - this->n_linrefs = n_linrefs; + this->n_linrefs = 0; this->n_args = 1; this->rule_index = 0; this->syms = 0;