Changeset 1321

Show
Ignore:
Timestamp:
09/21/07 11:31:25 (4 years ago)
Author:
janl
Message:

- Bugfix on previous checkin, typo, braino

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/node.d.linux/irqstats.in

    r1320 r1321  
    6262    chomp @data; 
    6363    $irq = shift @data; 
    64     next unless defined($irc) and length $irq; 
     64    next unless defined($irq) and length $irq; 
    6565    chop $irq; 
    6666    if ($irq =~ /^\d+$/) {