1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-09-19 18:30:42 +00:00
parent a1fa945c5f
commit 445723dc0f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static void add_all_matching_parts(MIMEEntity *plist, MmsServiceUrlParam *pm,
get_content_type(headers, &xctype, &params);
#define BEGINSWITH(s, prefix) (octstr_str_case_search(s, prefix,0) == 0)
#define BEGINSWITH(s, prefix) (octstr_case_search(s, octstr_imm(prefix),0) == 0)
#define TYPE_MATCH(typ, prefix) ((pm->type) == (typ) && \
BEGINSWITH(xctype, prefix))
if (xctype)