зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bustage on Solaris, Linux.
This commit is contained in:
Родитель
7a294dae72
Коммит
4e054e0646
|
@ -330,12 +330,12 @@ void
|
|||
derelativizeURL (char* tok, char* url, RDFFile f)
|
||||
{
|
||||
if ((tok[0] == '/') && (endsWith(".mco", tok))) {
|
||||
void stringAppendBase (char* dest, char* addition) ;
|
||||
void stringAppendBase (char* dest, const char* addition) ;
|
||||
stringAppendBase(url, f->url);
|
||||
stringAppend(url, "#");
|
||||
stringAppend(url, tok);
|
||||
} else if ((endsWith(".mco", tok)) && (charSearch('#', tok) == -1)) {
|
||||
void stringAppendBase (char* dest, char* addition) ;
|
||||
void stringAppendBase (char* dest, const char* addition) ;
|
||||
stringAppendBase(url, f->url);
|
||||
stringAppend(url, "#");
|
||||
stringAppend(url, tok);
|
||||
|
|
Загрузка…
Ссылка в новой задаче