Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37717001
en ru br
ALT Linux repos
S:21.23-alt1.2
D:14.19-alt1
5.0: 14.19-alt1
4.1: 13.57-alt1

Group :: System/Kernel and hardware
RPM: hwinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hwinfo-21.23-perl522.patch
Download


diff --git a/hwinfo/src/ids/convert_hd b/hwinfo/src/ids/convert_hd
index c12810e..83d47b7 100755
--- a/hwinfo/src/ids/convert_hd
+++ b/hwinfo/src/ids/convert_hd
@@ -609,7 +609,7 @@ sub read_driver_file
   my $rdf_save_drv = sub
   {
     if($drv_type) {
-      push @hd, [ @drv ] if defined @drv;
+      push @hd, [ @drv ] if @drv;
       @drv = ( "$file_name($line)" );
       $drv[2][$he_driver] = [ $flag_string ];
       $drv_type = undef;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin