From 3fee967f8365fe8da58bb18f67e6ab6059f49351 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Sep 2004 22:06:45 +0000 Subject: [PATCH] Fix comment in latest checkin; there wasn't a bug. --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6657f471..3b3cf808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2004-09-27 Paul Eggert - * src/parse-gram.y (add_param): Fix bug where NUL was mishandled. - Avoid the use of strchr to avoid future recurrences. + * src/parse-gram.y (add_param): Rewrite to avoid strchr, + since it's less likely to work if NULs are involved in the future. 2004-09-27 Akim Demaille -- 2.50.0