[trunk] Fix equality into test
This commit is contained in:
parent
2fb7ac9a58
commit
178309be47
|
@ -145,7 +145,7 @@ query_param_t * parse_query( char *query_string)
|
|||
|
||||
else if( strcasecmp( fieldname, "len") == 0){
|
||||
sscanf( fieldval, "%d", &query_param->len);
|
||||
if( query_param->len = 2000) /* for kakadu client*/
|
||||
if( query_param->len == 2000) /* for kakadu client*/
|
||||
strncpy( query_param->box_type[0], "ftyp", 4);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue