mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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);
|
delete(base_clean);
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.equal_fold(target_clean, base_clean) {
|
if strings.equal_fold(target_clean, base_clean) {
|
||||||
return strings.clone("."), .None;
|
return strings.clone("."), .None;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user