mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Merge branch 'wip/baedert/gparam' into 'master'
glocalfile: Fix an uninitialized variable See merge request GNOME/glib!1860
This commit is contained in:
commit
46097e9b8e
@ -2038,7 +2038,7 @@ g_local_file_trash (GFile *file,
|
||||
{
|
||||
uid_t uid;
|
||||
char uid_str[32];
|
||||
gboolean success;
|
||||
gboolean success = FALSE;
|
||||
|
||||
uid = geteuid ();
|
||||
g_snprintf (uid_str, sizeof (uid_str), "%lu", (unsigned long)uid);
|
||||
|
Loading…
Reference in New Issue
Block a user