Update t2.c

This commit is contained in:
Jarrel Seah 2019-11-21 21:24:49 +11:00 committed by GitHub
parent 0d81fe7a75
commit d07c20de8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ static OPJ_BOOL opj_t2_skip_packet_data(opj_t2_t* p_t2,
truncate = 1;
l_seg->newlen = (OPJ_SIZE_T)(p_max_length - *p_data_read);
return OPJ_FALSE;
// return OPJ_FALSE;
}
#ifdef USE_JPWL