Code was fine in fact
GPRMC field 9 is not interpreted, do not use it as date
Cppcheck 2.7 'num' is never the divider in this code yet a division by zero due to num is deemed possible because of the test for '!num'. Called with cppcheck --inline-suppr --enable=all --inconclusive --suppress=unusedFunction -Duint8=unsigned '-Dxuint8=unsigned char' -Duint16=unsigned '-Dxuint16=unsigned short' ./tmp.c tmp.c:5:13: warning: Either the condition '!num' is redundant or there is division by zero at line 5. [zerodivcond] c = num % radix; ^ tmp.c:7:10: note: Assuming that condition '!num'...
Great - I think this should be unchecked by default then, but great that it exists. Also disabled some other options.
Require Master Password on export
Provide DISPLAY IP somehow
Released to trunk
Removed before release.