mirror of
https://github.com/curl/curl.git
synced 2026-06-07 19:14:16 +03:00
managen: initialize $count variable
This commit is contained in:
parent
34ebe9f9d0
commit
3b4754cfb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue