mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
12 lines
220 B
Diff
12 lines
220 B
Diff
--- a/cpreds.c
|
|
+++ b/cpreds.c
|
|
@@ -900,7 +900,7 @@
|
|
#if (defined(WIN32) && defined(__MINGW32__))
|
|
BPLONG t;
|
|
#else
|
|
- long t;
|
|
+ time_t t;
|
|
#endif
|
|
struct tm *ct;
|
|
BPLONG Year, Month, Day, Hour, Min, Sec;
|