We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb913d commit 00e8974Copy full SHA for 00e8974
core/src/G3MultiFileWriter.cxx
@@ -86,7 +86,7 @@ G3MultiFileWriter::CheckNewFile(G3FramePtr frame)
86
if (stream_) {
87
bool start_new_ = false;
88
89
- if (stream_.tellp() > size_limit_)
+ if (stream_.tellp() > std::streamoff(size_limit_))
90
start_new_ = true;
91
92
if (newfile_callback_.ptr() != Py_None &&
0 commit comments