diff options
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ cxType cText2SkinStatus::GetTokenData(const txToken &Token) const tComponent *c = components->Component(i); if (c->stream != 2) // only audio-streams index++; - { + if (i == index) { std::string buffer(c->language); if (c->type == 1) buffer.append("MONO"); |