diff options
author | Callum Walker <email@callumwal.kr> | 2021-09-11 15:39:57 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-09-12 04:58:22 +0000 |
commit | fd3735199b36e1b9a8776f377f8125bb5c93107f (patch) | |
tree | 1a7569de144d9bb177930b01b6ece498fd11a530 /.prettierrc | |
parent | 19de6bb1cc74bfda42f9b93c0a2c8f76b57a4ce9 (diff) | |
download | serenity-fd3735199b36e1b9a8776f377f8125bb5c93107f.zip |
LibCore: Fix link_file inverting src and dst paths on duplicate names
File::link_file takes the dst_path then the src_path so on duplicate
names we tried to create a link at the original file location, which
then flipped the parameters back round again and we ended up with a
broken link from "dst_path (1)" to "src_path (1)".
Diffstat (limited to '.prettierrc')
0 files changed, 0 insertions, 0 deletions