Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)
authorOwen Taylor <otaylor@redhat.com>
Tue, 26 Nov 2002 15:04:06 +0000 (15:04 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 26 Nov 2002 15:04:06 +0000 (15:04 +0000)
commit4d059644f582c938387583b15050f4ae7895e736
treef5d982bd89c54e3ac1e7434d005c0ce62848b64d
parentc838b2a0712ee0a6595821839bf528467936ab0e
Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)

Tue Nov 26 09:51:43 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
        comparison. (#54344, Morten Welinder)

        * tests/strfunc-test.c (main): Add tests for strchomp().
glib/gstrfuncs.c
tests/strfunc-test.c