summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/tag_utility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/tag_utility.cpp b/src/storage/tag_utility.cpp
index 2f4626a..e38810d 100644
--- a/src/storage/tag_utility.cpp
+++ b/src/storage/tag_utility.cpp
@@ -143,7 +143,7 @@ static gchar ** split_line(const gchar * line){
gchar * tmp = g_strndup( begin, cur - begin);
/* TODO: switch to own strdup_escape implementation
for \"->" transforming. */
- token = g_strdup_printf(tmp);
+ token = g_strdup_printf("%s", tmp);
g_free(tmp);
} else {
/* handles other tokens. */