← Back to team overview

kicad-developers team mailing list archive

PATCH: fix broken relative pathname handling in eeschema

 

Hi,
opening a relative path is broken currently
   eeschema foo/bar.sch
would first chdir() into foo/, then attempt to open the relative file
foo/bar within that.

The fix is simple.
View here:
https://github.com/hzeller/kicad/compare/master...fix-relative-filename-handling

Download here:
https://github.com/hzeller/kicad/compare/master...fix-relative-filename-handling.diff

-h


Follow ups