ugps: Fix compilation under 64-bit
authorRosen Penev <rosenp@gmail.com>
Sun, 23 Jun 2019 21:52:10 +0000 (14:52 -0700)
committerPetr Štetiar <ynezz@true.cz>
Tue, 25 Jun 2019 14:44:53 +0000 (16:44 +0200)
commitcd7eabcd8c9d17dab3946002127a82ad2f9e68c2
treeff6126d94797fb76658699e7ed3247ef39d1e4d5
parent198c06051dd020a0f5776f3a80ebda7ee0659d90
ugps: Fix compilation under 64-bit

strlen returns size_t, not int.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
nmea.c