mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:07:16 +03:00
parent
de9bb509d1
commit
9591ff123d
34 changed files with 128 additions and 128 deletions
4
.github/scripts/randcurl.pl
vendored
4
.github/scripts/randcurl.pl
vendored
|
|
@ -218,7 +218,7 @@ sub runconfig {
|
|||
}
|
||||
|
||||
# run curl command lines using -K
|
||||
my $end = time() + $seconds/2;
|
||||
my $end = time() + $seconds / 2;
|
||||
my $c = 0;
|
||||
print "Running command lines\n";
|
||||
do {
|
||||
|
|
@ -228,7 +228,7 @@ do {
|
|||
print "$c command lines\n";
|
||||
|
||||
# run curl command lines
|
||||
$end = time() + $seconds/2;
|
||||
$end = time() + $seconds / 2;
|
||||
$c = 0;
|
||||
print "Running config lines\n";
|
||||
do {
|
||||
|
|
|
|||
2
.github/scripts/verify-examples.pl
vendored
2
.github/scripts/verify-examples.pl
vendored
|
|
@ -68,7 +68,7 @@ sub extract {
|
|||
print O "/* !checksrc! disable BANNEDFUNC all */\n"; # for fopen()
|
||||
print O "/* !checksrc! disable COPYRIGHT all */\n";
|
||||
print O "/* !checksrc! disable UNUSEDIGNORE all */\n";
|
||||
printf O "#line %d \"$f\"\n", $iline+1;
|
||||
printf O "#line %d \"$f\"\n", $iline + 1;
|
||||
}
|
||||
}
|
||||
elsif($syn == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue