1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-05-09 07:23:12 +02:00

Fix an oversight in the previous commit

This commit is contained in:
Matthias Clasen 2010-07-08 16:24:44 -04:00
parent 33f7f6a748
commit 448ac22e80

@ -717,7 +717,7 @@ expand_macro (char macro,
if (info->filename) if (info->filename)
{ {
expanded = g_shell_quote (info->filename); expanded = g_shell_quote (info->filename);
g_string_append (exec, info->filename); g_string_append (exec, expanded);
g_free (expanded); g_free (expanded);
} }
break; break;