On Mon, Feb 11, 2008 at 11:47:13PM +0100, Soren Hansen wrote:
> diff -Nru /tmp/63ah7FRjAl/dpkg-1.14.16.6ubuntu1/scripts/Dpkg/Control.pm 
> /tmp/fQCCS9NM6H/dpkg-1.14.16.6ubuntu2/scripts/Dpkg/Control.pm
> --- dpkg-1.14.16.6ubuntu1/scripts/Dpkg/Control.pm     2008-01-18 
> 11:12:53.000000000 +0100
> +++ dpkg-1.14.16.6ubuntu2/scripts/Dpkg/Control.pm     2008-02-11 
> 23:20:11.000000000 +0100
> @@ -78,7 +78,7 @@
>      my ($self, $file) = @_;
>      $self->reset();
>      # Parse
> -    open(CDATA, "<", $file) || syserr(_g("cannot read %s"), $file);
> +    open(CDATA, "< $file") || syserr(_g("cannot read %s"), $file);

Hmm, whatever problem you saw, this most certainly is not the right fix!
Both lines are semantically identical... (barring any serious Perl
bugs).

Could you please go into more detail what you tried to fix?
Error messages? Launchpad bug number?

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to