Skip to content

Commit

Permalink
Convert path to string for use on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Aug 22, 2022
1 parent a77aa82 commit f537c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ convert::to_bitmap(const fs::path &filepath_,

for(auto &bitmap : bitmaps_)
{
bitmap.set("filename",filepath_.filename().stem());
bitmap.set("filename",filepath_.filename().stem().string());
}
}

Expand Down

0 comments on commit f537c2d

Please sign in to comment.