зеркало из https://github.com/mozilla/gecko-dev.git
An "oops" correction in the previous checkin.
This commit is contained in:
Родитель
213d70bba0
Коммит
485041bf40
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче