--- psiconv/trunk/program/psiconv/psiconv.c 2000/12/25 22:25:33 79 +++ 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,7 +164,7 @@ } else f = stdin; - buf = psiconv_buffer_new(0); + buf = psiconv_buffer_new(); psiconv_buffer_fread_all(buf,f); if (strlen(inputfilename) != 0)