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:
Daniel Stenberg 2004-04-30 08:03:07 +00:00
parent 3304589043
commit e2aaf22d5d
2 changed files with 35 additions and 3 deletions

View file

@ -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) {