Skip to content

Commit

Permalink
Another fix for windows. Same thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Nov 30, 2024
1 parent c26b26d commit 97a14dd
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 @@ -185,7 +185,7 @@ FileInfoForGuess getFileInfoForGuessFromPath(const std::filesystem::path filePat
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();
fileInfoForGuess.parentFolderName = filePath.parent_path().string();

try
{
Expand Down

0 comments on commit 97a14dd

Please sign in to comment.