diff options
Diffstat (limited to 'lib/sisu/v5/xhtml_epub2.rb')
| -rw-r--r-- | lib/sisu/v5/xhtml_epub2.rb | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/lib/sisu/v5/xhtml_epub2.rb b/lib/sisu/v5/xhtml_epub2.rb index 9b110497..25d1b955 100644 --- a/lib/sisu/v5/xhtml_epub2.rb +++ b/lib/sisu/v5/xhtml_epub2.rb @@ -135,7 +135,7 @@ module SiSU_XHTML_EPUB2          SiSU_XHTML_EPUB2::Source::Seg.new(@md,data).songsheet          SiSU_XHTML_EPUB2::Source::Output.new(@md).songsheet        rescue -        SiSU_Errors::Rescued.new($!,$@,@opt.cmd,@opt.fns).location do +        SiSU_Errors::Rescued.new($!,$@,@opt.selections.str,@opt.fns).location do            __LINE__.to_s + ':' + __FILE__          end        ensure @@ -148,7 +148,7 @@ module SiSU_XHTML_EPUB2              end            end          end -        SiSU_Env::Clear.new(@opt.cmd,@opt.fns).param_instantiate +        SiSU_Env::Clear.new(@opt.selections.str,@opt.fns).param_instantiate          @@flag,@@scr,@@seg,@@seg_endnotes,@@seg_subtoc,@@seg_ad={},{},{},{},{},{}          @@seg_total,@@tracker,@@loop_count,@@tablehead,@@number_of_cols=0,0,0,0,0          @@seg_name,@@seg_name_html,@@seg_subtoc_array,@@seg_endnotes_array,@@segtocband,@@tablefoot=Array.new(7){[]} @@ -393,7 +393,7 @@ module SiSU_XHTML_EPUB2                  @@toc[:seg] << toc[:seg]                  @@toc[:scr] << toc[:seg]                rescue -                SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.fns).location do +                SiSU_Errors::Rescued.new($!,$@,@md.opt.selections.str,@md.fns).location do                    __LINE__.to_s + ':' + __FILE__                  end                end @@ -726,7 +726,7 @@ module SiSU_XHTML_EPUB2            end            out.close          rescue -          SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.fns).location do +          SiSU_Errors::Rescued.new($!,$@,@md.opt.selections.str,@md.fns).location do              __LINE__.to_s + ':' + __FILE__            end          end @@ -741,7 +741,7 @@ module SiSU_XHTML_EPUB2            end            out.close          rescue -          SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.fns).location do +          SiSU_Errors::Rescued.new($!,$@,@md.opt.selections.str,@md.fns).location do              __LINE__.to_s + ':' + __FILE__            end          end @@ -818,7 +818,7 @@ WOK              filename_xhtml.close            end          rescue -          SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.fns).location do +          SiSU_Errors::Rescued.new($!,$@,@md.opt.selections.str,@md.fns).location do              __LINE__.to_s + ':' + __FILE__            end          end @@ -836,7 +836,7 @@ WOK              filename_xhtml.close            end          rescue -          SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.fns).location do +          SiSU_Errors::Rescued.new($!,$@,@md.opt.selections.str,@md.fns).location do              __LINE__.to_s + ':' + __FILE__            end          end | 
