From: Sebastian Wilhelmi Date: Fri, 29 Jan 1999 08:02:44 +0000 (+0000) Subject: Changed initial bufsize to 64. Should solve some problems out there. X-Git-Tag: GLIB_1_1_15~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b09f1feed2fcd7a0fed8c2a394050d4b9c08834;p=platform%2Fupstream%2Fglib.git Changed initial bufsize to 64. Should solve some problems out there. 1999-01-29 Sebastian Wilhelmi * gutils.c (g_get_any_init): Changed initial bufsize to 64. Should solve some problems out there. --- diff --git a/glib/gutils.c b/glib/gutils.c index 698986b..50e7c36 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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 diff --git a/gutils.c b/gutils.c index 698986b..50e7c36 100644 --- a/gutils.c +++ b/gutils.c @@ -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