Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Varun Hiremath <va...@debian.org>
> 
> If you wish to submit further information on this problem, please
> send it to 653...@bugs.debian.org.

I have fixed the problem with the attached patch, though I am unclear if
this is the right fix.  I am not sure what args() is trying to do.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +
*** ./TextToHTML.pm.orig	2011-12-24 11:51:20.000000000 -0500
--- ./TextToHTML.pm	2011-12-24 20:22:40.000000000 -0500
***************
*** 5291,5297 ****
  		if (-r $ld)
  		{
  		    $self->{'make_links'} = 1;
! 		    $self->args(['--links_dictionaries', $ld]);
  		}
  		else
  		{
--- 5291,5297 ----
  		if (-r $ld)
  		{
  		    $self->{'make_links'} = 1;
! 		    push(@{$self->{links_dictionaries}}, $ld);
  		}
  		else
  		{

Reply via email to