[1.5] I think == was meant here.

This commit is contained in:
Mathieu Malaterre 2012-03-16 16:38:46 +00:00
parent fab8de59d3
commit e0795464c1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}