update to v6.1.3

This commit is contained in:
Scott Larson 2021-01-07 16:55:15 -08:00
parent 119cd383f4
commit a312a9251e
2 changed files with 12 additions and 6 deletions

View File

@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* fx_api.h PORTABLE C */
/* 6.1.2 */
/* 6.1.3 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@ -51,6 +51,9 @@
/* resulting in version 6.1 */
/* 11-09-2020 William E. Lamie Modified comment(s), */
/* resulting in version 6.1.2 */
/* 12-31-2020 William E. Lamie Modified comment(s), and */
/* updated product constants, */
/* resulting in version 6.1.3 */
/* */
/**************************************************************************/
@ -95,7 +98,7 @@ extern "C" {
#define AZURE_RTOS_FILEX
#define FILEX_MAJOR_VERSION 6
#define FILEX_MINOR_VERSION 1
#define FILEX_PATCH_VERSION 2
#define FILEX_PATCH_VERSION 3
/* Define the following symbols for backward compatibility */
#define EL_PRODUCT_FILEX

View File

@ -40,7 +40,7 @@
/* FUNCTION RELEASE */
/* */
/* _fx_file_extended_truncate_release PORTABLE C */
/* 6.1 */
/* 6.1.3 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@ -88,6 +88,9 @@
/* 05-19-2020 William E. Lamie Initial Version 6.0 */
/* 09-30-2020 William E. Lamie Modified comment(s), */
/* resulting in version 6.1 */
/* 12-31-2020 William E. Lamie Modified comment(s), fixed */
/* available cluster issue, */
/* resulting in version 6.1.3 */
/* */
/**************************************************************************/
UINT _fx_file_extended_truncate_release(FX_FILE *file_ptr, ULONG64 size)
@ -667,12 +670,12 @@ ULONG trace_timestamp;
}
#endif /* FX_ENABLE_EXFAT */
/* Increment the number of available clusters. */
media_ptr -> fx_media_available_clusters++;
#ifdef FX_ENABLE_FAULT_TOLERANT
}
#endif /* FX_ENABLE_FAULT_TOLERANT */
/* Increment the number of available clusters. */
media_ptr -> fx_media_available_clusters++;
}
/* Setup for the next cluster. */