mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
support the new libcurl IDN feature, also a first attempt to display a stack
trace if a test results in a 'core' file and gdb is present
This commit is contained in:
parent
3304589043
commit
e2aaf22d5d
2 changed files with 35 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ sub getpartattr {
|
|||
) {
|
||||
$inside++;
|
||||
my $attr=$1;
|
||||
my @p=split("[ \t]", $attr);
|
||||
my @p=split("[\t]", $attr);
|
||||
my $assign;
|
||||
|
||||
foreach $assign (@p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue