Browse Source

phoneme_add_feature: fix setting the vls feature.

master
Reece H. Dunn 8 years ago
parent
commit
c9f9405b24
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/libespeak-ng/phoneme.c

+ 2
- 2
src/libespeak-ng/phoneme.c View File

/* /*
* Copyright (C) 2016 Reece H. Dunn
* Copyright (C) 2017 Reece H. Dunn
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
phoneme->phflags |= phVOICED; phoneme->phflags |= phVOICED;
break; break;
case vls: case vls:
phoneme->phflags != phVOICELESS;
phoneme->phflags |= phVOICELESS;
break; break;
// invalid phoneme feature // invalid phoneme feature
default: default:

Loading…
Cancel
Save