Re: [Kicad-developers] Possibly broken RS274X import?

2016-08-08 Thread jp charras
Le 08/08/2016 à 18:16, Chris Pavlina a écrit : > This morning I noticed a compiler warning complaining about this line: > > rs274x.cpp:179:value += digit && 0xFF; > > I'm pretty sure that's supposed to say "digit & 0xFF", not "digit && > 0xFF". Thing is, I don't want to just silen

[Kicad-developers] Possibly broken RS274X import?

2016-08-08 Thread Chris Pavlina
This morning I noticed a compiler warning complaining about this line: rs274x.cpp:179:value += digit && 0xFF; I'm pretty sure that's supposed to say "digit & 0xFF", not "digit && 0xFF". Thing is, I don't want to just silently change it myself, because from what I can see things sh