userlibandfileserver/fileserver/sfsrv/cl_scan.cpp
branchRCL_3
changeset 41 0ffb4e86fcc9
parent 0 a41df078684a
child 43 c1f20ce4abcf
equal deleted inserted replaced
39:2bb754abd467 41:0ffb4e86fcc9
   405 //
   405 //
   406 	{
   406 	{
   407 	CDir* dirEntries = NULL;
   407 	CDir* dirEntries = NULL;
   408 	TInt r;
   408 	TInt r;
   409 	aDirEntries=NULL;
   409 	aDirEntries=NULL;
       
   410 		
       
   411 	if(iStack && iStack->IsEmpty())
       
   412 	    return;
       
   413 	
   410 	CDirList* list=iStack->Peek();
   414 	CDirList* list=iStack->Peek();
   411 	while (!list->MoreEntries())
   415 	while (!list->MoreEntries())
   412 		{
   416 		{
   413 		iStack->Pop();
   417 		iStack->Pop();
   414 		if (iStack->IsEmpty())
   418 		if (iStack->IsEmpty())