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; *dst++ = c;
} while (c); } while (c);
if (hexDecode) if (hexDecode)
nsUnescape(dst); // Hex Decode nsUnescape(result); // Hex Decode
MacFileHelpers::SwapSlashColon(dst); MacFileHelpers::SwapSlashColon(result);
} }
return result; return result;
} // MacFileHelpers::MacPathFromUnixPath } // MacFileHelpers::MacPathFromUnixPath

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

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