It's __is_last, not is_last.

This commit is contained in:
Ulrich Drepper 1999-11-24 03:15:24 +00:00
parent 720fc339d2
commit 8ce2c9e673

View File

@ -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