diff options
Diffstat (limited to 'src/TagFile.cxx')
-rw-r--r-- | src/TagFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagFile.cxx b/src/TagFile.cxx index a602c0b9b..4c2b0d8ac 100644 --- a/src/TagFile.cxx +++ b/src/TagFile.cxx @@ -53,7 +53,7 @@ public: } bool ScanFile(const DecoderPlugin &plugin) { - return plugin.ScanFile(path_fs.c_str(), handler, handler_ctx); + return plugin.ScanFile(path_fs, handler, handler_ctx); } bool ScanStream(const DecoderPlugin &plugin) { |