jgarzik enthusiastically applies a patch

This commit is contained in:
Jeff Garzik
1999-01-20 21:21:24 +00:00
parent e4199bbcaf
commit e0015d5a27
10 changed files with 52 additions and 4 deletions

View File

@@ -452,10 +452,10 @@ g_get_any_init (void)
pw = getpwuid_r (getuid (), &pwd, buffer, bufsize);
if (pw)
break;
error = errno;
# endif /* HAVE_GETPWUID_R_POSIX */
error = errno;
if (error != ERANGE)
g_warning( "Could not read account information: %s",
g_error ("Could not read account information: %s",
g_strerror (error));
bufsize *= 2;
}