--- psiconv/trunk/lib/psiconv/generate_driver.c 2000/12/24 17:26:24 75 +++ psiconv/trunk/lib/psiconv/generate_driver.c 2000/12/25 00:26:53 76 @@ -119,7 +119,7 @@ entry->id = PSICONV_ID_APPL_ID_SECTION; entry->offset = psiconv_list_length(extra_buf) + 0x14; - if ((res = psiconv_list_add(section_table,&entry))) + if ((res = psiconv_list_add(section_table,entry))) goto ERROR6; if ((res=psiconv_write_application_id_section(extra_buf, PSICONV_ID_TEXTED,"TextEd.app"))) @@ -127,14 +127,14 @@ entry->id = PSICONV_ID_PAGE_LAYOUT_SECTION; entry->offset = psiconv_list_length(extra_buf) + 0x14; - if ((res = psiconv_list_add(section_table,&entry))) + if ((res = psiconv_list_add(section_table,entry))) goto ERROR6; if ((res = psiconv_write_page_layout_section(extra_buf,value->page_sec))) goto ERROR6; entry->id = PSICONV_ID_TEXTED; entry->offset = psiconv_list_length(extra_buf) + 0x14; - if ((res = psiconv_list_add(section_table,&entry))) + if ((res = psiconv_list_add(section_table,entry))) goto ERROR6; if ((res = psiconv_write_texted_section(extra_buf,value->texted_sec, base_char,base_para)))