diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index f1b90e9d..ed001020 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -168,8 +168,7 @@ int main(int argc, char** argv) std::cout << '\n'; sfz::Synth synth; - std::filesystem::path filename { filesToParse[0] }; - synth.loadSfzFile(filename); + synth.loadSfzFile(filesToParse[0]); std::cout << "==========" << '\n'; std::cout << "Total:" << '\n'; std::cout << "\tMasters: " << synth.getNumMasters() << '\n';