mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Port to BeOS by myself and Richard Offer.
Sat May 8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * configure.in gerror.c gmain.c gstrfuncs.c gutils.c ltconfig ltmain.sh gmodule/Makefile.am gmodule/gmodule.c gmodule/gmoduleconf.h.in gmodule/gmodule-beos.c gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
This commit is contained in:
committed by
Shawn Amundson
parent
2b688f549c
commit
499c9786d1
@@ -504,7 +504,11 @@ g_get_any_init (void)
|
||||
if (pw)
|
||||
{
|
||||
g_user_name = g_strdup (pw->pw_name);
|
||||
#ifdef HAVE_PW_GECOS
|
||||
g_real_name = g_strdup (pw->pw_gecos);
|
||||
#else
|
||||
g_real_name = g_strdup (g_user_name);
|
||||
#endif
|
||||
if (!g_home_dir)
|
||||
g_home_dir = g_strdup (pw->pw_dir);
|
||||
}
|
||||
|
Reference in New Issue
Block a user