Displaying 1 result from an estimated 1 matches for "parse_author".
Did you mean:
parse_anchor
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...Read the _BIG_ comment in 'case 2:' - it's all there!
default:
return;
*/
}
c += p - c - 1;
}
else if (*c == ':')
{
if (schema == NULL)
schema = c;
}
}
parse_authority (authority);
// This is a special case, thus it may not look nor feel very well...
// But hey... :)
if (authority == 0 && path == 0 && schema != 0 && *(schema + 1) != '\0')
{
char *backupURL = internalURL;
internalURL = 0;...