diff -r 43d09473c595 -r 128eb6a32b84 mmserv/sts/tsrc/ststester/src/ststester.cpp --- a/mmserv/sts/tsrc/ststester/src/ststester.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/sts/tsrc/ststester/src/ststester.cpp Thu May 27 13:20:50 2010 +0300 @@ -177,12 +177,12 @@ // Only play if not already playing if (iPlayState != EPlaying) { + iPlayState = EPlaying; TAG_TIME_PROFILING_BEGIN; iSts->PlayAlarm(CSystemToneService::EClockAlarm, iCurrentContext, *this); TAG_TIME_PROFILING_END; PRINT_TO_CONSOLE_TIME_DIFF; - iPlayState = EPlaying; } break; }