From c6275b0f2a393d58e2d9443d65b96e4cf1196f05 Mon Sep 17 00:00:00 2001 From: helly Date: Tue, 3 Jan 2006 11:55:51 +0000 Subject: [PATCH] - Add a little comment --- actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.cc b/actions.cc index be554245..73250d17 100644 --- a/actions.cc +++ b/actions.cc @@ -966,7 +966,7 @@ CharSet::CharSet() for (uint j = 0; j < nRealChars; ++j) { rep[j] = &ptn[0]; - ptn[j].nxt = &ptn[j + 1]; + ptn[j].nxt = &ptn[j + 1]; /* wrong for j=nRealChars but will be corrected below */ } freeHead = &ptn[1]; -- 2.50.1