Skip to content

Commit

Permalink
Update sanjuuni.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 authored Jun 22, 2024
1 parent de39e1c commit 7cc0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sanjuuni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ int main(int argc, const char * argv[]) {
outstream.write(vdata.c_str(), vdata.size());
vid32stream = std::stringstream();
Vid32Chunk chunk;
chunk.size = outstream.tellp() - 21;
chunk.size = (size_t)outstream.tellp() - 21;
chunk.nframes = nframe_vid32;
chunk.type = (uint8_t)Vid32Chunk::Type::Combined;
outstream.seekp(12, std::ios::beg);
Expand Down

0 comments on commit 7cc0ea7

Please sign in to comment.