mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
parent
1753de9d7a
commit
0417d323c9
52 changed files with 490 additions and 543 deletions
|
|
@ -45,7 +45,7 @@ sub getsrcvars {
|
|||
if($_ =~ /^}/) {
|
||||
last;
|
||||
}
|
||||
if($_ =~ /^ \{\"([^\"]*)/) {
|
||||
if($_ =~ /^ \{ \"([^\"]*)/) {
|
||||
my $var = $1;
|
||||
$insrc{$var} = $srccount++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue