[1.5][JPIP] additional modification for the warning
This commit is contained in:
parent
b82b6cbd05
commit
007409e2af
|
@ -5,6 +5,9 @@ What's New for OpenJPIP
|
|||
! : changed
|
||||
+ : added
|
||||
|
||||
December 24, 2011
|
||||
* [kaori] additional modification for the warning
|
||||
|
||||
December 22, 2011
|
||||
* [kaori] fixed auxtrans_manager to enable MAC
|
||||
* [kaori] warnings due to disregarding return value are removed
|
||||
|
|
|
@ -51,7 +51,7 @@ faixbox_param_t * gene_faixbox( box_param_t *box)
|
|||
|
||||
faix->version = fetch_DBox1byte( box, (pos+=1)-1);
|
||||
|
||||
if( faix->version < 0 || 3< faix->version){
|
||||
if( 3< faix->version){
|
||||
fprintf( FCGI_stderr, "Error: version %d in faix box is reserved for ISO use.\n", faix->version);
|
||||
free(faix);
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue