summaryrefslogtreecommitdiff
path: root/plugins/converter
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/converter')
-rw-r--r--plugins/converter/converter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/converter/converter.c b/plugins/converter/converter.c
index 5a7b2e6f..17be3036 100644
--- a/plugins/converter/converter.c
+++ b/plugins/converter/converter.c
@@ -849,7 +849,7 @@ convert (DB_playItem_t *it, const char *out, int output_bps, int output_is_float
tmp = "/tmp";
}
snprintf (input_file_name, sizeof (input_file_name), "%s/ddbconvXXXXXX", tmp);
- mktemp (input_file_name);
+ char *res = mktemp (input_file_name);
strcat (input_file_name, ".wav");
}
else {