kerneltest/f32test/filesystem/fat/t_tscan32.cpp
branchRCL_3
changeset 21 e7d2d738d3c2
parent 0 a41df078684a
child 42 a179b74831c9
equal deleted inserted replaced
20:597aaf25e343 21:e7d2d738d3c2
   561 		{
   561 		{
   562 		// RDebug::Print(_L("%5d: ERASED"), aNum);
   562 		// RDebug::Print(_L("%5d: ERASED"), aNum);
   563 		}
   563 		}
   564 	else if (d->IsEndOfDirectory())
   564 	else if (d->IsEndOfDirectory())
   565 		return EFalse;
   565 		return EFalse;
   566 	else if ((d->Attributes() & KDirAttrLongMask) == KDirAttrLongName)
   566 	else if (((TInt)d->Attributes() & KDirAttrLongMask) == KDirAttrLongName)
   567 		{
   567 		{
   568 		TBuf16<15> name;
   568 		TBuf16<15> name;
   569 		ExtractNameString(name, aEntry);
   569 		ExtractNameString(name, aEntry);
   570 		TInt ord = aEntry[0];
   570 		TInt ord = aEntry[0];
   571 		if (ord & KDirLastLongEntry)
   571 		if (ord & KDirLastLongEntry)