From: Kevin Day Date: Sat, 10 Mar 2012 20:48:28 +0000 (-0600) Subject: Update: add f_file_stat_error X-Git-Tag: 0.3.0~103 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=c28b4e9e8ce63b36d9017e0cc237a38e44a0cd21;p=fll Update: add f_file_stat_error --- diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index aacb502..16f2d6b 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -168,6 +168,7 @@ enum { f_file_not_open, f_file_allocation_error, f_file_reallocation_error, + f_file_stat_error, f_file_error, #endif // _di_f_error_file_