From 4a07e775e56849879dc256d80187a7580279bac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 7 Jun 2009 01:27:52 +0200 Subject: Corrected implementation of ReplayLanguageCode --- status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status.c') diff --git a/status.c b/status.c index 9b25a7c..7fb4dde 100644 --- a/status.c +++ b/status.c @@ -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"); -- cgit v1.2.3