| Index: webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| index 1888f15b6ab67e14545ad96cfae30ff063a402ad..e8116ffdf863ffd8eae78bd269d09b63af979b5b 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/main/test/simpleKenny.c
|
| @@ -17,9 +17,7 @@
|
|
|
| #ifdef WIN32
|
| #include "windows.h"
|
| -#ifndef CLOCKS_PER_SEC
|
| #define CLOCKS_PER_SEC 1000
|
| -#endif
|
| #endif
|
|
|
| #include <ctype.h>
|
| @@ -220,7 +218,7 @@
|
| _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt");
|
|
|
| bitrateFile = fopen(bitrateFileName, "a");
|
| - fprintf(bitrateFile, "%% %s \n", inname);
|
| + fprintf(bitrateFile, "% %%s \n", inname);
|
| #endif
|
|
|
| printf("\n");
|
|
|