From 888cd0fe67714fb2c7f3459afcbfcf0c20bd0909 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 4 Oct 2002 07:34:37 +0000 Subject: [PATCH] Change s_free() to s_clear() in comments in s-string.h. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 839693de6..e83f19636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-10-04 Per Cederqvist <ceder@ceder.dyndns.org> + + Change s_free() to s_clear() in comments in s-string.h. + * src/libraries/libmisc/s-string.h: Two comments mentioned + s_free(), but the actual name of the function is s_clear(). + Fixed the comments. + 2002-10-02 Per Cederqvist <ceder@ingate.com> Watch for runtest problems. -- GitLab