Skip to content

Commit

Permalink
Merge pull request #9 from trapexit/metadata
Browse files Browse the repository at this point in the history
Convert path to string for use on Windows
  • Loading branch information
trapexit authored Aug 22, 2022
2 parents 1f62273 + f537c2d commit 4b81c77
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 4b81c77

Please sign in to comment.