Browse Source
File names can be reliable compared only after normalization. The problem is the easiest to observe on Windows, where one can use slash or backslash as path separator, so even though C:/file.txt and C:\file.txt pointed to the same file - simple string comparison would indicate they are different files. Fixes: lp:1744724 * https://bugs.launchpad.net/kicad/+bug/1744724pull/5/merge
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue