Changeset 1950 for Whitix/tags/0.2b/fs/fat/vnode.c
- Timestamp:
- 02/28/09 13:42:23 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/tags/0.2b/fs/fat/vnode.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/tags/0.2b/fs/fat/vnode.c
r1911 r1950 170 170 { 171 171 struct FatSbInfo* sbInfo=FatGetSbPriv(superBlock); 172 173 if (sbInfo->fatType == 32 && start == 0) 174 start = sbInfo->rootDirStart; 175 172 176 if (sbInfo->fatType != 32 && start == sbInfo->rootDirStart) 173 177 return FatScanDirRootRaw(superBlock,start,name,retVal,vNum,wantedStart); … … 219 223 220 224 err=FatScanDirRaw(dir->superBlock,startCluster,FAT_DOTDOT,NULL,NULL,&gpCluster); 225 221 226 if (err) 222 227 return err;
