[F] Fix incorrect ft_u8nwrite
implementation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user