search for: pfixup

Displaying 1 result from an estimated 1 matches for "pfixup".

Did you mean: fixup
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...amp;& schema != 0 && *(schema + 1) != '\0') { char *backupURL = internalURL; internalURL = 0; *this = baseURL; internalURL = (char *) realloc (internalURL, internalURLlen + strlen (schema + 1)); pfixup (baseURL); *schema = '/'; strcat ((char *) path, schema); free (backupURL); } } void URLParser::parse_authority (char *start) { if (start == NULL || *start == '\0') return; char *end = (char *) path, *c; if (end == NULL) end = start + s...