mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:07:16 +03:00
parent
e12825c642
commit
3e92799171
1 changed files with 1 additions and 1 deletions
|
|
@ -3593,7 +3593,7 @@ sub singletest {
|
|||
$cond = $1;
|
||||
$rev = 1;
|
||||
}
|
||||
$rev ^= $feature{$cond};
|
||||
$rev ^= $feature{$cond} ? 1 : 0;
|
||||
$show = $rev;
|
||||
next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue