Skip to content

Commit aab73d3

Browse files
committed
FOR FUCK SAKE BILL
1 parent 391fcb2 commit aab73d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ void Utils::popualteSongToSongDataMap() {
481481
#ifndef GEODE_IS_WINDOWS
482482
const std::filesystem::path& theirPath = Utils::toProblematicString(song);
483483
#else
484-
const std::filesystem::path& theirPath = Utils::toProblematicString(std::string(song));
484+
const std::filesystem::path& theirPath = std::filesystem::path{};
485485
#endif
486486

487487
std::uintmax_t fileSize = std::filesystem::file_size(theirPath, ec);

0 commit comments

Comments
 (0)