diff -r d141fc1ad77b -r e61a04404bdf mmappcomponents/asxparser/src/asxparser.cpp --- a/mmappcomponents/asxparser/src/asxparser.cpp Tue Jul 06 14:48:59 2010 +0300 +++ b/mmappcomponents/asxparser/src/asxparser.cpp Wed Aug 18 10:16:02 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 10.1.5.1.2 % +// Version : %version: 10.1.5.1.3 % @@ -421,7 +421,7 @@ { iVersion = KErrNotFound; - TInt size; + TInt size = 0; User::LeaveIfError( aFile.Size( size ) ); if ( size > KMaxAsxFileSize )