[F] Fix incorrect ft_u8nwrite implementation

This commit is contained in:
seleznevae
2019-09-07 12:32:57 +03:00
parent 2413738fbe
commit 6082281d0e
7 changed files with 222 additions and 7 deletions

View File

@@ -3380,7 +3380,6 @@ int ft_u8nwrite(ft_table_t *table, size_t n, const void *cell_content, ...)
}
va_end(va);
ft_ln(table);
return status;
}

View File

@@ -46,8 +46,8 @@ SOFTWARE.
#define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 2
#define LIBFORT_REVISION 0
#define LIBFORT_VERSION_STR "0.2.0"
#define LIBFORT_REVISION 1
#define LIBFORT_VERSION_STR "0.2.1"
/*****************************************************************************