summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/target_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjpip/target_manager.c')
-rw-r--r--src/lib/openjpip/target_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/target_manager.c b/src/lib/openjpip/target_manager.c
index 92fb93cf..436d03eb 100644
--- a/src/lib/openjpip/target_manager.c
+++ b/src/lib/openjpip/target_manager.c
@@ -112,7 +112,7 @@ target_param_t * gene_target( targetlist_param_t *targetlist, char *targetpath)
target->csn = last_csn++;
target->codeidx = jp2idx;
target->num_of_use = 0;
- target->jppstream = true;
+ target->jppstream = OPJ_TRUE;
target->jptstream = isJPTfeasible( *jp2idx);
target->next=NULL;