From edafebffa42b9bc57408cc9540a7c15e4e4cab63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Jan 2014 18:06:12 +0000 Subject: Use _fseeki64 on Windows when handling content files. --- src/lib/file_group.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/file_group.cc') diff --git a/src/lib/file_group.cc b/src/lib/file_group.cc index dfe336b8f..807695451 100644 --- a/src/lib/file_group.cc +++ b/src/lib/file_group.cc @@ -125,7 +125,7 @@ FileGroup::seek (int64_t pos, int whence) const } ensure_open_path (i); - fseek (_current_file, sub_pos, SEEK_SET); + dcpomatic_fseek (_current_file, sub_pos, SEEK_SET); return full_pos; } -- cgit v1.2.3