Commit Graph

3 Commits (master)

Author SHA1 Message Date
Kurt Huwig fb628cad06 Fixed segfault when input file has not been found
file_in is initialized with stdin. When opening it, a failure is
indicated by the NULL value assigned to file_in. The application
then tries to close the NULL file descriptor as it is not equal to
stdin which gives a segmentation fault.

This patch adds a check if the file descriptor is NULL and does not
try to close it if this is the case.
2014-04-04 10:04:24 +02:00
WHPThomas 3570fc9518 More work on 2.0
Added scale, log to file, trunkate 8.3 filename comand line switches.
Serial IO implementation continues.
2014-01-09 04:20:51 +10:00
WHPThomas 687ea2bb64 GPX 2.0-alpha
The GPX has been refactored to support re-entrant serial communication
using a pacet driver style callback interface. At this point the
existing code base has been adapted, however the serial interface
driver is still to be written.
2013-11-24 23:04:49 +10:00