X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5366852335044c1e68a5c32548d3051cc943552f..7b78a5a287827db9e9b16286f3604aef69b37c5c:/fatfs/doc/en/error.html 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)