Skip to content

Commit

Permalink
[mms-dump] Dump Content-Type bytes in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Apr 12, 2014
1 parent 55911b4 commit 6a87b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mms-dump/mms-dump.c
Expand Up @@ -874,6 +874,7 @@ mms_decode_attachments(
}
printf(" Content-Type: %s", (char*)type);
mms_value_decode_wsp_params(ct + n, ct_len - n);
mms_value_verbose_dump(ct, ct_len, flags);
printf("\n");
wsp_header_iter_init(&hi, wsp_multipart_iter_get_hdr(&mi),
wsp_multipart_iter_get_hdr_len(&mi), 0);
Expand Down

0 comments on commit 6a87b89

Please sign in to comment.