[trunk] Fix equality into test
This commit is contained in:
@@ -145,7 +145,7 @@ query_param_t * parse_query( char *query_string)
|
|||||||
|
|
||||||
else if( strcasecmp( fieldname, "len") == 0){
|
else if( strcasecmp( fieldname, "len") == 0){
|
||||||
sscanf( fieldval, "%d", &query_param->len);
|
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);
|
strncpy( query_param->box_type[0], "ftyp", 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user