forked from mirrors/linphone-iphone
fix bug in audio compare tool
This commit is contained in:
parent
a95253fc94
commit
6759a59925
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 64c4f960a84870fabb6b66dea2bc5f9f5be15d70
|
||||
Subproject commit 17dfcb5f6906c3c431822bd06f5abd8e7e0d9de6
|
||||
|
|
@ -1895,7 +1895,7 @@ static void call_with_file_player(void) {
|
|||
LinphonePlayer *player;
|
||||
char hellopath[256];
|
||||
char *recordpath = create_filepath(liblinphone_tester_writable_dir_prefix, "record", "wav");
|
||||
float similar;
|
||||
double similar;
|
||||
|
||||
/*make sure the record file doesn't already exists, otherwise this test will append new samples to it*/
|
||||
unlink(recordpath);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue