tools/ismindex: dont ignore return code of write_fragments()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-04-21 19:49:22 +02:00
parent 047716bbd8
commit bc7330a840
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ static int read_mfra(struct Tracks *tracks, int start_index,
} }
if (split) if (split)
write_fragments(tracks, start_index, f); err = write_fragments(tracks, start_index, f);
fail: fail:
if (f) if (f)