mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
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)".
16 KiB
16 KiB