summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-08-21 08:53:28 +0000
committerBruno Haible <bruno@clisp.org>2000-08-21 08:53:28 +0000
commit8df0d1ea8731e765583a623d9836fcaded487652 (patch)
tree00a3d6f2f81b43a8b91fc33436f67e5b4db22612 /ChangeLog
parentfb700319527d3c70f5a5e7409702eade3bc1c3a6 (diff)
downloadgperf-8df0d1ea8731e765583a623d9836fcaded487652.tar.gz
Fix one more place which assumed that key was NUL terminated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 13cdfb7..377497a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,8 +36,8 @@
New field char_set_length.
(List_Node constructor): Accept key and rest, not the entire line.
* src/list-node.cc (List_Node constructor): Accept key and rest, not
- the entire line. Don't NUL terminate key and char_set. Initialize
- char_set_length field.
+ the entire line. Don't NUL terminate key and char_set. Specify
+ explicit length of key. Initialize char_set_length field.
* src/key-list.cc: Include <ctype.h>.
(parse_line): New function.
(Key_List::read_keys): Call parse_line instead of new List_Node.