Skip to content

Commit

Permalink
Fixes related to platform independence
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jun 30, 2024
1 parent 51d1ad5 commit 26ba768
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 274 deletions.
2 changes: 1 addition & 1 deletion src/CfbfStreamLocation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CfbfStreamLocation

for(const auto& pathPart : relPathStreamLoc)
{
streamLocation.push_back(pathPart);
streamLocation.push_back(pathPart.string());
}

if(!streamLocation.empty())
Expand Down
Loading

0 comments on commit 26ba768

Please sign in to comment.