mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
It's __is_last, not is_last.
This commit is contained in:
@ -199,7 +199,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
|
||||
{
|
||||
struct __gconv_step *next_step = step + 1;
|
||||
struct __gconv_step_data *next_data = data + 1;
|
||||
__gconv_fct fct = data->is_last ? NULL : next_step->__fct;
|
||||
__gconv_fct fct = data->__is_last ? NULL : next_step->__fct;
|
||||
int status;
|
||||
|
||||
/* If the function is called with no input this means we have to reset
|
||||
|
Reference in New Issue
Block a user