diff options
author | Tim Janik <timj@gtk.org> | 2000-07-27 03:16:15 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2000-07-27 03:16:15 +0000 |
commit | 864d4be8ca86540af1553bd42b3dbc9e78641083 (patch) | |
tree | 95f7c3a3f9274844bf88c12b33866d16efb03459 /ChangeLog.pre-2-8 | |
parent | 42d1962199155ece7858a86e277f1455dbf8c169 (diff) |
completed tor's fix to cover both #ifdef branches.
Thu Jul 27 05:15:11 2000 Tim Janik <timj@gtk.org>
* gstrfuncs.c (g_strlcpy, g_strlcat): completed tor's fix
to cover both #ifdef branches.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a161d7676..1f3fea9a6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Jul 27 05:15:11 2000 Tim Janik <timj@gtk.org> + + * gstrfuncs.c (g_strlcpy, g_strlcat): completed tor's fix + to cover both #ifdef branches. + 2000-07-26 Tor Lillqvist <tml@iki.fi> * gstrfuncs.c (g_strlcpy, g_strlcat): Return 0 on error, not NULL. |