X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/e1deb7c3bc0500aabf5d099adb231f6d1d27f01d..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/fatfs/doc/en/truncate.html diff --git a/fatfs/doc/en/truncate.html b/fatfs/doc/en/truncate.html index 7dc980d..d0079d7 100644 --- a/fatfs/doc/en/truncate.html +++ b/fatfs/doc/en/truncate.html @@ -36,7 +36,7 @@ FRESULT f_truncate ( FR_OK, FR_DISK_ERR, FR_INT_ERR, -FR_NOT_READY, +FR_DENIED, FR_INVALID_OBJECT, FR_TIMEOUT

@@ -45,7 +45,7 @@ FRESULT f_truncate (

Description

-

The f_truncate() function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.

+

The f_truncate function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.