]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/sfile.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / sfile.html
index e8a677f7dc622a9ddb347b833bd045b213ab7cdb..9234d32994a0c30f71df0e45c735d2b66d04f18d 100644 (file)
@@ -22,9 +22,9 @@
     BYTE    err;          <span class="c">/* Abort flag (error code) */</span>\r
     FSIZE_t fptr;         <span class="c">/* File read/write pointer (Byte offset origin from top of the file) */</span>\r
     DWORD   clust;        <span class="c">/* Current cluster of fptr (One cluster behind if fptr is on the cluster boundary. Invalid if fptr == 0.) */</span>\r
-    DWORD   sect;         <span class="c">/* Current data sector (Can be invalid if fptr is on the cluster boundary.)*/</span>\r
+    LBA_t   sect;         <span class="c">/* Current data sector (Can be invalid if fptr is on the cluster boundary.)*/</span>\r
 <span class="k">#if</span> !FF_FS_READONLY\r
-    DWORD   dir_sect;     <span class="c">/* Sector number containing the directory entry */</span>\r
+    LBA_t   dir_sect;     <span class="c">/* Sector number containing the directory entry */</span>\r
     BYTE*   dir_ptr;      <span class="c">/* Ponter to the directory entry in the window */</span>\r
 <span class="k">#endif</span>\r
 <span class="k">#if</span> FF_USE_FASTSEEK\r