I am bad and I feel bad, I should have just used the scrypt

This commit is contained in:
Eharve14 2022-01-13 13:05:58 -05:00
parent a0b7102434
commit 305819492c
1 changed files with 2 additions and 2 deletions

View File

@ -1386,8 +1386,8 @@ int main(int argc, char **argv)
goto fin;
}
for (it_image = 0; it_image < num_images; it_image++) {
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
OPJ_PATH_LEN;
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
OPJ_PATH_LEN;
}
if (load_images(dirptr, img_fol.imgdirpath) == 1) {