diff -r 50de4d668bb6 -r 82c0024438c8 harvester/monitorplugins/fileplugin/src/movetimer.cpp --- a/harvester/monitorplugins/fileplugin/src/movetimer.cpp Wed Mar 31 22:19:07 2010 +0300 +++ b/harvester/monitorplugins/fileplugin/src/movetimer.cpp Wed Apr 14 16:24:03 2010 +0300 @@ -55,11 +55,10 @@ TPtrC nameExt; if( MdsUtils::GetNameExt( aUri, nameExt ) ) - { - + { // check if harvester queue contains harvesting request // with same file name and extension - for (int i = iHDArray.Count(); --i >= 0; ) + for (TInt i = iHDArray.Count(); --i >= 0; ) { CHarvesterData* hd = iHDArray[i];