Skip to content

Commit

Permalink
Fix serialization of external files chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
martincapello committed Jan 5, 2023
1 parent 03f0c7f commit db9db19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/file/ase_format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ static void ase_file_write_external_files_chunk(
if (ext_files.lastid == 0)
return;

ChunkWriter chunk(f, frame_header, ASE_FILE_CHUNK_EXTERNAL_FILE);
fputl(ext_files.to_fn.size(), f); // Number of entries
ase_file_write_padding(f, 8);
for (auto item : ext_files.to_fn) {
Expand Down

0 comments on commit db9db19

Please sign in to comment.