aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alc/alc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 6163e004..9dc99a5d 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -366,7 +366,7 @@ void alc_initconfig(void)
if(logf) gLogFile = logf;
else
{
- auto u8name = wstr_to_utf8(logfile->c_str());
+ auto u8name = wstr_to_utf8(*logfile);
ERR("Failed to open log file '%s'\n", u8name.c_str());
}
}