名前: matsuda 日時: 2001-06-11 16:41:18 IPアドレス: 133.31.107.*
次の1行を追加したら安定するようになりました.(bcc55) 外部変数の初期化をしない, いいかげんな処理系でのみ表面化するバグ? *** pdfdoc.c.orig Fri Oct 20 09:06:14 2000 --- pdfdoc.c Mon Jun 11 15:43:24 2001 *************** *** 527,532 **** --- 527,533 ---- fprintf (stderr, "(finish_outline)"); /* Link it into the catalog */ /* Point /Outline attribute to indirect reference */ + if (outline_depth == 0) return; pdf_doc_change_outline_depth (0); pdf_add_dict (catalog, pdf_new_name ("Outlines"),
この書き込みへの返事: