Changed initial bufsize to 64. Should solve some problems out there.

1999-01-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
	solve some problems out there.
This commit is contained in:
Sebastian Wilhelmi 1999-01-29 08:02:44 +00:00 committed by Sebastian Wilhelmi
parent 0fc0cf6635
commit 9b09f1feed
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ g_get_any_init (void)
# ifdef HAVE_GETPWUID_R
struct passwd pwd;
guint bufsize = 1; /* sizeof (struct passwd); */
guint bufsize = 64;
gint error;
do

View File

@ -443,7 +443,7 @@ g_get_any_init (void)
# ifdef HAVE_GETPWUID_R
struct passwd pwd;
guint bufsize = 1; /* sizeof (struct passwd); */
guint bufsize = 64;
gint error;
do