mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 20:40:10 +00:00
Reverting format addition for now
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@148071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -248,8 +248,6 @@ static char *build_filename(const char *filename, const char *ext)
|
||||
|
||||
if (!strcmp(ext, "wav49"))
|
||||
ext = "WAV";
|
||||
if (!strcmp(ext, "wav16"))
|
||||
ext = "Wav";
|
||||
|
||||
if (filename[0] == '/')
|
||||
asprintf(&fn, "%s.%s", filename, ext);
|
||||
|
Reference in New Issue
Block a user