diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-27 15:17:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-27 15:17:51 +0000 |
| commit | 47ecfa2e489a15f1ce88e04e3e3969f1fb016193 (patch) | |
| tree | dfffaaaa533b5dd7d825dbd11413f45151d6ed7f | |
| parent | 31179d7a65beb942d6d6e85b88d11ab6017bd88f (diff) | |
Try to fix build on OS X.
| -rw-r--r-- | test/frame_info_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/frame_info_test.cc b/test/frame_info_test.cc index c242d07e..db73d7fb 100644 --- a/test/frame_info_test.cc +++ b/test/frame_info_test.cc @@ -26,7 +26,7 @@ using namespace std; /* Test writing and reading of frame_info_test with fstream and stdio */ BOOST_AUTO_TEST_CASE (frame_info_test) { - libdcp::FrameInfo a (8589934592, 17179869184, "thisisahash"); + libdcp::FrameInfo a (8589934592LL, 17179869184LL, "thisisahash"); ofstream o1 ("build/test/frame_info1"); a.write (o1); |
