Browse Source
Fix a possible bug in path normalization code.
Fix a possible bug in path normalization code.
The NormalizePath() function always added a trailing separator when normalizing environment variables. Now it checks an environment variable for a trailing separator and only adds one if it doesn't already exist. May be a partial fix for: Fixes lp:1733217 https://bugs.launchpad.net/kicad/+bug/1733217pull/5/merge
2 changed files with 19 additions and 9 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue