X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7b78a5a287827db9e9b16286f3604aef69b37c5c..70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/error.html diff --git a/fatfs/doc/en/error.html b/fatfs/doc/en/error.html index a14deb1..3476f55 100644 --- a/fatfs/doc/en/error.html +++ b/fatfs/doc/en/error.html @@ -39,9 +39,9 @@ int f_error (

Description

-

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

+

In this revision, this function is implemented as a macro. It does not have any validation and mutual exclusion.

-#define f_error(fp) ((fp)->flag)
+#define f_error(fp) ((fp)->err)