fix bug in audio compare tool

This commit is contained in:
Simon Morlat 2014-09-23 12:53:41 +02:00
parent a95253fc94
commit 6759a59925
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 64c4f960a84870fabb6b66dea2bc5f9f5be15d70
Subproject commit 17dfcb5f6906c3c431822bd06f5abd8e7e0d9de6

View file

@ -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);