From d512af5646b85289293858fc98dd7e1f2864fb7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Dec 2022 20:14:53 +0100 Subject: Whitespace fix. --- src/file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.cc b/src/file.cc index c0e7549a..b79051a3 100644 --- a/src/file.cc +++ b/src/file.cc @@ -53,7 +53,7 @@ File::File(boost::filesystem::path path, std::string mode) #ifdef LIBDCP_WINDOWS std::wstring mode_wide(mode.begin(), mode.end()); /* c_str() here should give a UTF-16 string */ - _file = _wfopen(fix_long_path(path).c_str(), mode_wide.c_str()); + _file = _wfopen(fix_long_path(path).c_str(), mode_wide.c_str()); #else _file = fopen(path.c_str(), mode.c_str()); #endif -- cgit v1.2.3