Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Oct 30, 2024
1 parent b2691a0 commit 9006246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mz_strm_split.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ int32_t mz_stream_split_read(void *stream, void *buf, int32_t size) {
err = mz_stream_split_goto_disk(stream, split->current_disk + 1);
if (err == MZ_EXIST_ERROR) {
split->current_disk = -1;
break;
}
if (err != MZ_OK)
return err;
Expand Down

0 comments on commit 9006246

Please sign in to comment.