mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 18:40:03 +01:00
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:
parent
0fc0cf6635
commit
9b09f1feed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user