Browse Source

Initialize length in LoadPhData(synthdata.c). [clang scan-build]

master
Reece H. Dunn 9 years ago
parent
commit
43d1c0c066
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/synthdata.c

+ 1
- 1
src/libespeak-ng/synthdata.c View File

@@ -112,7 +112,7 @@ espeak_ng_STATUS LoadPhData(int *srate, espeak_ng_ERROR_CONTEXT *context)
int ix;
int n_phonemes;
int version;
int length;
int length = 0;
int rate;
unsigned char *p;
int *pw;

Loading…
Cancel
Save