X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/3531528ecedde37d5ebc67a330d192565290175a..05437fb4cdb907816a4fc3ffafa2617fcf33266a:/fatfs/doc/en/error.html?ds=sidebyside diff --git a/fatfs/doc/en/error.html b/fatfs/doc/en/error.html index 7405d9e..a14deb1 100644 --- a/fatfs/doc/en/error.html +++ b/fatfs/doc/en/error.html @@ -41,7 +41,7 @@ int f_error (

Description

In this revision, this function is implemented as a macro.

-#define f_error(fp) (((fp)->flag & FA__ERROR) ? 1 : 0)
+#define f_error(fp) ((fp)->flag)