This commit is contained in:
law%netscape.com 1998-12-12 01:28:28 +00:00
Родитель ff9067d823
Коммит 8f41797878
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -32,7 +32,7 @@ void nsNativeFileSpec::operator = (const nsFilePath& inPath)
//----------------------------------------------------------------------------------------
{
// Convert '/' to '\'
nsFileSpecHelpers::StringAssign(mPath, (const char*)mPath);
nsFileSpecHelpers::StringAssign(mPath, (const char*)inPath);
for (char* cp = mPath; *cp; cp++)
{
if (*cp == '/')

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

@ -32,7 +32,7 @@ void nsNativeFileSpec::operator = (const nsFilePath& inPath)
//----------------------------------------------------------------------------------------
{
// Convert '/' to '\'
nsFileSpecHelpers::StringAssign(mPath, (const char*)mPath);
nsFileSpecHelpers::StringAssign(mPath, (const char*)inPath);
for (char* cp = mPath; *cp; cp++)
{
if (*cp == '/')