← Back to team overview

kicad-developers team mailing list archive

Re: Bug #1429403 typo in schematic file format: $EndSCHEMATC

 

It may be a typo and eeschema is not currently parsing the entire line, but
in cases such as this
it is best to keep the typo rather than effectively change the file version
number for no good
technical reason.

- Cirilo

On Wed, Sep 23, 2015 at 4:15 PM, <stol@xxxxxxxxxxxx> wrote:

>
>
> 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.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References