Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)
authorRaja R Harinath <harinath@src.gnome.org>
Sun, 24 Jan 1999 07:10:18 +0000 (07:10 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Sun, 24 Jan 1999 07:10:18 +0000 (07:10 +0000)
commit96cf177352940831b989301681c1483a52a319d5
tree1d5df1fe8ed4509c2e1a047a6412a60fca06c3bd
parentd5492a983cfa048658af8b03f833ddb3c0cf355e
Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)

        * gutils.c
        (g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_POSIX]:
        Hopefully got the error handling for `getpwuid_r' right.
        (g_get_any_init) [HAVE_GETPWUID_R && !HAVE_GETPWUID_R_POSIX]:
        Fix typo (change `pw == NULL' to `pw != NULL').

Please let this be right :-/.
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/gutils.c
gutils.c