mmfenh/advancedaudiocontroller/tsrc/advancedaudiocontrollertestmodule/AudioPlaybackTestModule/src/MmfTsPlay.cpp
equal
deleted
inserted
replaced
370 } |
370 } |
371 |
371 |
372 TParsePtrC fp(aConfig); |
372 TParsePtrC fp(aConfig); |
373 iLogger->Log(_L("Opening configuration file [%S], case #%d"), &aConfig, |
373 iLogger->Log(_L("Opening configuration file [%S], case #%d"), &aConfig, |
374 aCaseNumber); |
374 aCaseNumber); |
375 CStifParser *parser; |
375 CStifParser *parser = NULL; |
376 TRAPD(error, parser = CStifParser::NewL(fp.DriveAndPath() , fp.NameAndExt() )); |
376 TRAPD(error, parser = CStifParser::NewL(fp.DriveAndPath() , fp.NameAndExt() )); |
377 iLogger->Log(_L("CStifParser::NewL [%d] \n"), error); |
377 iLogger->Log(_L("CStifParser::NewL [%d] \n"), error); |
378 if (error == KErrNone) |
378 if (error == KErrNone) |
379 { |
379 { |
380 CleanupStack::PushL(parser); |
380 CleanupStack::PushL(parser); |