From: Nicolas Boisselier Date: Mon, 13 Nov 2023 08:54:15 +0000 (+0100) Subject: opt/nb/bin/iwtop X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f9175f1633e6960f43599dab985f8a3530cd37a8;p=nb.git opt/nb/bin/iwtop --- diff --git a/bin/iwtop b/bin/iwtop index 00dcd760..25658abf 100755 --- a/bin/iwtop +++ b/bin/iwtop @@ -18,6 +18,7 @@ while (<>) { /^([\w:_-]+)/ and $int = $1 and next; /^\s*Cell (\d+)/ and $cell = $1; + next unless $cell; my $k = "$int-$cell"; $net{$k}{int} = $int; $net{$k}{cell} = $cell;