summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2000-07-15 07:18:19 +0000
committerTim Janik <timj@src.gnome.org>2000-07-15 07:18:19 +0000
commita9a09f147f725357ba321933cf2106b57ab52fc8 (patch)
tree6df3e5788959fd0bc4650fe14c119c688983e7c3 /ChangeLog.pre-2-8
parent45adcf12c156ee7c8074d57c30262e809a05a1e1 (diff)
downloadglib-a9a09f147f725357ba321933cf2106b57ab52fc8.tar.gz
fixed an off by 0 error (yeah, the function went off when the while (n--)
Sat Jul 15 09:11:46 2000 Tim Janik <timj@gtk.org> * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah, the function went off when the while (n--) loop failed due to n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 6a4ad4370..4b450623f 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Sat Jul 15 09:11:46 2000 Tim Janik <timj@gtk.org>
+
+ * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
+ the function went off when the while (n--) loop failed due to
+ n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
+
2000-07-15 Tor Lillqvist <tml@iki.fi>
* Makefile.am (SUBDIRS): Include the "build" module in GLib, too,