mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ed1faa1acb
were taken. It uses the GPS coordinates saved in GPX format. WWW: http://freefoote.dview.net/linux_gpscorr.html PR: ports/120837 Submitted by: Lukas Maly <Iam@LukasMaly.NET>
11 lines
347 B
C
11 lines
347 B
C
--- unixtime.h.orig 2008-02-18 12:50:16.000000000 +0100
|
|
+++ unixtime.h 2008-02-18 12:50:41.000000000 +0100
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#define EXIF_DATE_FORMAT "%d:%d:%d %d:%d:%d"
|
|
#define GPX_DATE_FORMAT "%d-%d-%dT%d:%d:%dZ"
|
|
+#include <sys/types.h>
|
|
|
|
time_t ConvertToUnixTime(char* StringTime, char* Format,
|
|
int TZOffsetHours, int TZOffsetMinutes);
|