kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #20548
Bug #1429403 typo in schematic file format: $EndSCHEMATC
Hi
https://bugs.launchpad.net/kicad/+bug/1429403
Yes, it is a
typo
The attached patch correct the spelling when writing to a scheme
file.
With the fix kicad is still capable of reading earlier scheme
files because kicad is not triggering on the word
"$EndSCHEMATC" when
reading schematic files but instead only on "$E" (see line 191 in
load_one_schematic_file.cpp)
bzr push lp:~stol/kicad/bug1429403
Using
default stacking branch /+branch-id/324654 at
chroot-79401616:///~stol/kicad/
Created new stacked branch referring to
/+branch-id/324654.
Follow ups