Commit e7cb179
committed
Fix bug causing crash
Unlike boost::filesystem, std::filesystem doesn't allow appending a slash to make sure a path ends in a slash. You must append an empty string.1 parent 19fae64 commit e7cb179
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments