Show
Ignore:
Timestamp:
04/03/09 19:07:29 (3 years ago)
Author:
mwhitworth
Message:

Various fixes for FAT32 support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/fs/fat/file.c

    r1909 r2047  
    105105        while (offset--) 
    106106        { 
    107                 retVal=FatAccess(vNode->superBlock, retVal, -1); 
     107                retVal = FatAccess(vNode->superBlock, retVal, -1); 
     108                 
    108109                if (retVal >= fatSbInfo->invalidCluster) 
    109110                {