summaryrefslogtreecommitdiff
path: root/siv.c
diff options
context:
space:
mode:
Diffstat (limited to 'siv.c')
-rw-r--r--siv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/siv.c b/siv.c
index ac60ff0..b899845 100644
--- a/siv.c
+++ b/siv.c
@@ -248,7 +248,7 @@ app_new (int argc, char **argv)
if (g_path_is_absolute (option))
{
- name = option;
+ name = g_strdup (option);
}
else
{