managen: initialize $count variable

This commit is contained in:
Viktor Szakats 2025-07-11 16:27:16 +02:00
parent 34ebe9f9d0
commit 3b4754cfb0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -802,7 +802,7 @@ sub single {
my @m=split(/ /, $mutexed);
my $mstr;
my $num = scalar(@m);
my $count;
my $count = 0;
for my $k (@m) {
if(!$helplong{$k}) {
print STDERR "WARN: $f mutexes a non-existing option: $k\n";