Skip to content

Commit 0538854

Browse files
committed
Windows fix
Signed-off-by: Darby Johnston <[email protected]>
1 parent 78ec0b0 commit 0538854

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_otiod.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ main(int argc, char** argv)
266266
std::filesystem::path const temp_file = temp_dir / "test.otiod";
267267
bundle::WriteOptions write_options;
268268
write_options.parent_path = temp_dir.u8string();
269-
assertTrue(bundle::to_otiod(timeline, temp_file, write_options));
269+
assertTrue(bundle::to_otiod(
270+
timeline,
271+
temp_file.u8string(),
272+
write_options));
270273

271274
// Check the media exists.
272275
for (int frame = 0; frame < sequence_frames; ++frame)

0 commit comments

Comments
 (0)