mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Typo fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -336,7 +336,7 @@ static int write_header(FILE *f)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
/* 32: Subchunk 1: Block align */
|
/* 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");
|
ast_log(LOG_WARNING, "Unable to write header\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user