Update src/bin/jp2/opj_dump.c

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

View File

@ -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;
}