Another attempt at fixing palmsync bustage from bug 377622

This commit is contained in:
bugzilla%standard8.demon.co.uk 2007-04-21 13:16:29 +00:00
Родитель 403bf9bbfd
Коммит f25edb0991
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -181,7 +181,8 @@ nsresult nsAbPalmHotSync::GetABInterface()
nsCOMPtr <nsIAbDirectory> directory = do_QueryInterface(resource, &rv);
if(NS_FAILED(rv)) return E_FAIL;
nsXPIDLCString fileName, uri, prefName, description;
nsXPIDLString description;
nsXPIDLCString fileName, uri, prefName;
PRUint32 palmSyncTimeStamp;
PRInt32 dirType, palmCategoryIndex;
nsCOMPtr<nsISimpleEnumerator> subDirectories;