--- psiconv/trunk/lib/psiconv/generate_page.c 2000/12/25 14:34:17 78 +++ psiconv/trunk/lib/psiconv/generate_page.c 2000/12/25 22:25:33 79 @@ -35,7 +35,7 @@ psiconv_character_layout basechar; if (!value) { - psiconv_warn(0,psiconv_list_length(buf),"Null page header"); + psiconv_warn(0,psiconv_buffer_length(buf),"Null page header"); res = -PSICONV_E_GENERATE; goto ERROR1; } @@ -84,7 +84,7 @@ int res; if (!value) { - psiconv_warn(0,psiconv_list_length(buf),"Null page section"); + psiconv_warn(0,psiconv_buffer_length(buf),"Null page section"); return -PSICONV_E_GENERATE; }