mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
It's __is_last, not is_last.
This commit is contained in:
parent
720fc339d2
commit
8ce2c9e673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user