Skip to content

Commit

Permalink
Windows compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Nov 30, 2024
1 parent bb497d5 commit c26b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YUViewLib/src/filesource/FrameFormatGuess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ FileInfoForGuess getFileInfoForGuessFromPath(const std::filesystem::path filePat
{
FileInfoForGuess fileInfoForGuess;

fileInfoForGuess.filename = filePath.filename();
fileInfoForGuess.filename = filePath.filename().string();
// Todo: This is not really correct. We only want the direct parents path and not the whole parent
// path.
fileInfoForGuess.parentFolderName = filePath.parent_path();
Expand Down

0 comments on commit c26b26d

Please sign in to comment.