Commit 7554c22c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add missing UTF-8 wrapper

parent 0afbc3c3
...@@ -293,7 +293,7 @@ static void Trigger (access_t *access) ...@@ -293,7 +293,7 @@ static void Trigger (access_t *access)
msg_Info (access, "dumping media to \"%s\"...", filename); msg_Info (access, "dumping media to \"%s\"...", filename);
FILE *newstream = fopen (filename, "wb"); FILE *newstream = utf8_fopen (filename, "wb");
if (newstream == NULL) if (newstream == NULL)
{ {
msg_Err (access, "cannot create dump file \"%s\": %s", filename, msg_Err (access, "cannot create dump file \"%s\": %s", filename,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment