]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix error that caused truncate operations to fail
authorMatthew Jordan <mjordan@digium.com>
Sun, 29 Apr 2012 19:43:53 +0000 (19:43 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 29 Apr 2012 19:43:53 +0000 (19:43 +0000)
commit76b379c1c8a275555541b715aa36ad61e5428143
tree12335c20f8d4f8fdba01a767dbdb0a4e3a5f8acc
parentb3b26243d80adee9a67e22876e8fd914fd4b46f4
Fix error that caused truncate operations to fail

Another very inappropriate placement of a ')' (again introduced in r362151)
caused the various truncate operations to attempt to truncate the sound file
at a position of '0'.

(issue ASTERISK-19655)
Reported by: Matt Jordan

(issue ASTERISK-19810)
Reported by: colbec
........

Merged revisions 364578 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@364579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
14 files changed:
formats/format_g719.c
formats/format_g723.c
formats/format_g729.c
formats/format_gsm.c
formats/format_h263.c
formats/format_h264.c
formats/format_ilbc.c
formats/format_pcm.c
formats/format_siren14.c
formats/format_siren7.c
formats/format_sln.c
formats/format_vox.c
formats/format_wav.c
formats/format_wav_gsm.c