diff options
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r-- | src/DecoderThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index a018b3502..5d36a915d 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -275,7 +275,7 @@ static void decoder_load_replay_gain(Decoder &decoder, const char *path_fs) { ReplayGainInfo info; - if (replay_gain_ape_read(path_fs, info)) + if (replay_gain_ape_read(Path::FromFS(path_fs), info)) decoder_replay_gain(decoder, &info); } |