[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#90053: Patch



Here is a patch to eliminate this warning:

--- libnewt-perl-1.08/Newt.pm   Tue Mar 20 05:47:39 2001
+++ libnewt-perl-1.08+mdz/Newt.pm       Tue Mar 20 05:47:29 2001
@@ -523,7 +523,7 @@
 sub Newt::Form::DESTROY {
   my $self = shift;
   
-  Newt::newtFormDestroy($self->{co});
+  Newt::newtFormDestroy($self->{co}) if defined $self->{co};
 }
 
 ########################### Newt::Label

Since this package is orphaned, if nobody objects, I'll make an NMU of it later
this week, as this bug causes warnings in (and bug reports against) my package,
apt-listchanges.

-- 
 - mdz



Reply to: