Skip to content

Commit

Permalink
fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Aug 24, 2023
1 parent d62b437 commit fb9343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ion-bb-image-io/rt_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ int binaryloader_finished(halide_buffer_t* in0, halide_buffer_t* in1, halide_buf
auto& r(Reader::get_instance(session_id, width, height, output_directory));
auto finished_flag = r.get_finished();
*reinterpret_cast<bool*>(finished->host) = finished_flag;
*reinterpret_cast<uint_32*>(bin_idx->host) = r.get_index();
*reinterpret_cast<uint32_t*>(bin_idx->host) = r.get_index();
if (finished_flag) {
r.close();
r.release_instance(session_id);
Expand Down

0 comments on commit fb9343b

Please sign in to comment.