Merged revisions 60712 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r60712 | tilghman | 2007-04-08 09:12:00 -0500 (Sun, 08 Apr 2007) | 2 lines

Fix --enable-dev-mode

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@60714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-04-08 14:20:42 +00:00
parent 1af546c931
commit a858c92e3f
2 changed files with 4 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ static void post_raw(struct mm_mimepart *part, const char *post_dir, const char
body_len = mm_mimepart_getlength(part);
if (option_debug)
ast_log(LOG_DEBUG, "Body length is %ld\n", body_len);
ast_log(LOG_DEBUG, "Body length is %ld\n", (long int)body_len);
fwrite(body, 1, body_len, f);