[1.5] I think == was meant here.
This commit is contained in:
parent
fab8de59d3
commit
e0795464c1
|
@ -143,7 +143,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