Update src/bin/jp2/opj_dump.c

This commit is contained in:
Even Rouault 2022-01-13 19:22:22 +01:00 committed by GitHub
parent 7c422579a3
commit 323a089003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,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 *
OPJ_PATH_LEN;
OPJ_PATH_LEN;
}
if (load_images(dirptr, img_fol.imgdirpath) == 1) {