Skip to content

Commit

Permalink
Update src/bin/jp2/opj_dump.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored Jan 13, 2022
1 parent 323a089 commit e27cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/jp2/opj_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int main(int argc, char *argv[])
}

for (it_image = 0; it_image < num_images; it_image++) {
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
OPJ_PATH_LEN;
}

Expand Down

0 comments on commit e27cfb3

Please sign in to comment.