An "oops" correction in the previous checkin.

This commit is contained in:
mcmullen%netscape.com 1999-04-15 02:17:41 +00:00
Родитель 213d70bba0
Коммит 485041bf40
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -269,8 +269,8 @@ char* MacFileHelpers::MacPathFromUnixPath(const char* unixPath, Boolean hexDecod
*dst++ = c;
} while (c);
if (hexDecode)
nsUnescape(dst); // Hex Decode
MacFileHelpers::SwapSlashColon(dst);
nsUnescape(result); // Hex Decode
MacFileHelpers::SwapSlashColon(result);
}
return result;
} // MacFileHelpers::MacPathFromUnixPath

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

@ -269,8 +269,8 @@ char* MacFileHelpers::MacPathFromUnixPath(const char* unixPath, Boolean hexDecod
*dst++ = c;
} while (c);
if (hexDecode)
nsUnescape(dst); // Hex Decode
MacFileHelpers::SwapSlashColon(dst);
nsUnescape(result); // Hex Decode
MacFileHelpers::SwapSlashColon(result);
}
return result;
} // MacFileHelpers::MacPathFromUnixPath