зеркало из 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;
|
||||
} 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче