mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Fix an oversight in the previous commit
This commit is contained in:
parent
33f7f6a748
commit
448ac22e80
@ -717,7 +717,7 @@ expand_macro (char macro,
|
||||
if (info->filename)
|
||||
{
|
||||
expanded = g_shell_quote (info->filename);
|
||||
g_string_append (exec, info->filename);
|
||||
g_string_append (exec, expanded);
|
||||
g_free (expanded);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user