OS/2 TB break - bad lineendings

This commit is contained in:
mkaply%us.ibm.com 2001-05-03 21:11:36 +00:00
Родитель 4f62469f8d
Коммит e931a790bc
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -268,8 +268,8 @@ nsNoAuthURLParser::ParseAtDirectory(const char* i_Path, char* *o_Directory,
CRTFREEIF(dirfile);
dirfile = tempdir.ToNewCString();
if (!dirfile) return NS_ERROR_OUT_OF_MEMORY;
}
#if 0
}
#if 0
else {
// if it is not beginning with a drive and
// there are no three slashes then add them and
@ -292,7 +292,7 @@ nsNoAuthURLParser::ParseAtDirectory(const char* i_Path, char* *o_Directory,
}
}
#endif
#endif
#endif
CoaleseDirs(dirfile);
// Get length again
dlen = PL_strlen(dirfile);