mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 13:17:13 +03:00
http://www.olsr.org/mediawiki/index.php/Olsr_Daemon An implementation of the IETF RFC 3626: Optimized Link State Routing Protocol
11 lines
320 B
Diff
11 lines
320 B
Diff
--- a/lib/pud/nmealib/src/info.c
|
|
+++ b/lib/pud/nmealib/src/info.c
|
|
@@ -172,7 +172,7 @@ bool nmeaTimeParseDate(const char *s, NmeaTime *date) {
|
|
void nmeaTimeSet(NmeaTime *utc, uint32_t *present, struct timeval *timeval) {
|
|
struct timeval tv;
|
|
struct tm tm;
|
|
- long usec;
|
|
+ time_t usec;
|
|
|
|
if (!utc) {
|
|
return;
|