dect
/
asterisk
Archived
13
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19810 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2006-04-13 17:20:28 +00:00
parent f5e52191fc
commit 1f61c0608b
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ static int write_header(FILE *f)
return -1;
}
/* 32: Subchunk 1: Block align */
if (fwrite(&block_align, 1, 2, f) != 4) {
if (fwrite(&block_align, 1, 4, f) != 4) {
ast_log(LOG_WARNING, "Unable to write header\n");
return -1;
}