mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Fix accidental removal of newline
This commit is contained in:
@@ -215,6 +215,7 @@ rel :: proc(base_path, target_path: string, allocator := context.allocator) -> (
|
||||
}
|
||||
delete(base_clean);
|
||||
}
|
||||
|
||||
if strings.equal_fold(target_clean, base_clean) {
|
||||
return strings.clone("."), .None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user