It's __is_last, not is_last.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Nov 1999 03:15:24 +0000 (03:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Nov 1999 03:15:24 +0000 (03:15 +0000)
iconv/skeleton.c

index 3574fab..02d6118 100644 (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