Bugzilla – Attachment 609111 Details for
Bug 899992
sitar doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch to fix the issue
fix-syntax-errors-with-newer-perl.patch (text/plain), 918 bytes, created by
Wolfgang Bauer
on 2014-10-06 21:41:17 UTC
(
hide
)
Description:
patch to fix the issue
Filename:
MIME Type:
Creator:
Wolfgang Bauer
Created:
2014-10-06 21:41:17 UTC
Size:
918 bytes
patch
obsolete
>diff -ur sitar-1.0.6.old/sitar.pl sitar-1.0.6/sitar.pl >--- sitar-1.0.6.old/sitar.pl 2006-03-27 15:49:28.000000000 +0200 >+++ sitar-1.0.6/sitar.pl 2014-07-29 11:45:03.000000000 +0200 >@@ -1366,7 +1366,7 @@ > siprtt( "h2", "PCI Devices" ); > siprtttt( "tabborder", "lp{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}l", "PCI Devices", 7 ); > siprt( "tabrow" ); >- for $TT qw ( PCI Device Class Vendor SVendor SDevice Rev ) { >+ for $TT ( qw ( PCI Device Class Vendor SVendor SDevice Rev ) ) { > siprtt( "tabhead", $TT ); > } > siprt( "endrow" ); >@@ -1396,7 +1396,7 @@ > close LSPCI; > foreach $NN ( sort keys %lspcidevices_h ) { > siprt( "tabrow" ); >- for $TT qw ( PCI Device Class Vendor SVendor SDevice Rev ) { >+ for $TT ( qw ( PCI Device Class Vendor SVendor SDevice Rev ) ) { > $tt = $lspcidevices_h{ "$NN" }{ "$TT" }; > chomp $tt; > if ( $tt eq "" ) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 899992
: 609111