fixed an off by 0 error (yeah, the function went off when the while (n--)
authorTim Janik <timj@gtk.org>
Sat, 15 Jul 2000 07:18:19 +0000 (07:18 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 15 Jul 2000 07:18:19 +0000 (07:18 +0000)
commita9a09f147f725357ba321933cf2106b57ab52fc8
tree6df3e5788959fd0bc4650fe14c119c688983e7c3
parent45adcf12c156ee7c8074d57c30262e809a05a1e1
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>.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gstrfuncs.c
gstrfuncs.c