mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
VfatWriteBigCluster()/VfatWriteSmallCluster(): - Fixed a bug, that will read data over the end of the given buffer or write wrong data to the disk, when there is a read without caching and the start is on the cluster boundery and the end not. VfatReadSmallCluster()/VfatWriteSmallCluster(): - A cache segment is set to valid, when all clusters in the segment are readed or written. VfatWriteSmallCluster(): - The Parameter Extend is set to TRUE (overwritten), when the data need a new cluster. VfatReadFile()/VfatWriteFile(): - Added special handling for the root directory on fat12/fat16, so that a read or write operation does not touche the cluster area. - Added some error handling. svn path=/trunk/; revision=2165
About Reactos 1. What is Reactos A project aiming to make an approximate clone of Windows NT, compatible with most Windows applications. The project has a website at http://www.reactos.com/ 2. Building Reactos See the INSTALL file for more details. 3. More information See the doc subdirectory for some sparse notes 4. Who is responsible See the CREDITS file 5. Recent developments See the NEWS file