kicad/utils
Simon Richter ba66f0360a Avoid comparing filepos with integers
The filepos type is not necessarily an integer type, because it also needs
to save the multibyte character state in case we're reading from a stream
with shift states.

The convention of using -1 as a special value is from Unix ftell(), and not
portable. Instead, the stream's failbit needs to be examined after the call
to tellg().
2016-01-17 10:59:08 -05:00
..
idftools Avoid comparing filepos with integers 2016-01-17 10:59:08 -05:00
CMakeLists.txt Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00