Navigation Menu

Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 14, 2014
1 parent 99a5733 commit ebe17ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mms-lib/src/mms_task_decode.c
Expand Up @@ -182,11 +182,8 @@ mms_task_decode_process_retrieve_conf(
attach->length, &path)) {
MMSMessagePart* part = g_new0(MMSMessagePart, 1);
char* tmp = NULL;
char* id;
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
id = attach->content_id ? g_strdup(attach->content_id) :
char* id = attach->content_id ? g_strdup(attach->content_id) :
(tmp = g_strconcat("<", file, ">", NULL));
G_GNUC_END_IGNORE_DEPRECATIONS;
part->content_type = g_strdup(attach->content_type);
part->content_id = mms_task_decode_make_content_id(part_ids, id);
part->file = path;
Expand Down

0 comments on commit ebe17ff

Please sign in to comment.