--- psiconv/trunk/program/psiconv/psiconv.c 2000/12/24 16:34:19 74 +++ psiconv/trunk/program/psiconv/psiconv.c 2001/02/16 18:49:14 109 @@ -116,6 +116,7 @@ init_txt(); init_html(); init_html4(); + init_latex(); init_rtf(); init_image(); @@ -163,8 +164,8 @@ } else f = stdin; - buf = psiconv_list_new(sizeof(psiconv_u8)); - psiconv_list_fread_all(buf,f); + buf = psiconv_buffer_new(); + psiconv_buffer_fread_all(buf,f); if (strlen(inputfilename) != 0) if (fclose(f)) {