userlibandfileserver/fileserver/sfsrv/cl_scan.cpp
branchRCL_3
changeset 294 039a3e647356
parent 263 9e2d4f7f5028
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
   406 	{
   406 	{
   407 	CDir* dirEntries = NULL;
   407 	CDir* dirEntries = NULL;
   408 	TInt r;
   408 	TInt r;
   409 	aDirEntries=NULL;
   409 	aDirEntries=NULL;
   410 		
   410 		
   411 	if(iStack->IsEmpty())
   411 	if(iStack && iStack->IsEmpty())
   412 	    return;
   412 	    return;
   413 	
   413 	
   414 	CDirList* list=iStack->Peek();
   414 	CDirList* list=iStack->Peek();
   415 	while (!list->MoreEntries())
   415 	while (!list->MoreEntries())
   416 		{
   416 		{