diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 29008c38f..65a75b845 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -168,7 +168,7 @@ Film::set_content (string c) string check = _state.directory; filesystem::path slash ("/"); - string platform_slash = slash.make_preferred().native (); + string platform_slash = slash.make_preferred().string (); if (!ends_with (check, platform_slash)) { check += platform_slash; |
