[BACK]Return to patch-unixtime_h CVS log [TXT][DIR] Up to [local] / qmapshack / gpscorrelate / patches

Annotation of qmapshack/gpscorrelate/patches/patch-unixtime_h, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- unixtime.h.orig    Sun Mar 18 10:03:15 2012
                      3: +++ unixtime.h Sun Mar 18 10:04:07 2012
                      4: @@ -27,6 +27,7 @@
                      5:
                      6:  #define EXIF_DATE_FORMAT "%d:%d:%d %d:%d:%d"
                      7:  #define GPX_DATE_FORMAT "%d-%d-%dT%d:%d:%dZ"
                      8: +#include <sys/types.h>
                      9:
                     10:  time_t ConvertToUnixTime(char* StringTime, char* Format,
                     11:                int TZOffsetHours, int TZOffsetMinutes);

CVSweb