Re: gutils.c
- From: Jonathan Blandford <jrb redhat com>
- To: "Ivan Wong" <email ivanwong info>
- Cc: gtk-devel-list gnome org
- Subject: Re: gutils.c
- Date: 06 Jun 2004 11:27:50 -0400
"Ivan Wong" <email ivanwong info> writes:
> Hi,
>
> At line 874 of gutils.c:
>
> if (g_path_is_absolute (home) && g_file_test (home, G_FILE_TEST_IS_DIR))
>
> g_path_is_absolute may give a GLib-CRITICAL since g_getenv ("HOME") may
> return null, at least on my winxp. How about changing it to:
>
> if (home && g_path_is_absolute (home) && g_file_test (home,
> G_FILE_TEST_IS_DIR))
Please put this in bugzilla.gnome.org
-Jonathan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]