--- psiconv/trunk/lib/psiconv/data.c 2000/12/30 22:17:59 87 +++ psiconv/trunk/lib/psiconv/data.c 2000/12/31 01:36:30 88 @@ -858,7 +858,7 @@ psiconv_page_layout_section result; if (!(result = malloc(sizeof(*result)))) goto ERROR1; - result->first_page_nr = 0; + result->first_page_nr = 1; result->header_dist = result->footer_dist = 1.27; result->left_margin = result->right_margin = 3.175; result->top_margin = result->bottom_margin = 2.54;