summaryrefslogtreecommitdiffstats
path: root/util/openticket.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/openticket.c')
-rw-r--r--util/openticket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/openticket.c b/util/openticket.c
index bcc58d0a..10a431d9 100644
--- a/util/openticket.c
+++ b/util/openticket.c
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
int money, bet, n, total = 0, ticket[8] =
{0, 0, 0, 0, 0, 0, 0, 0};
FILE *fp;
- time_t now = time(NULL);
+ time4_t now = (time4_t)time(NULL);
char des[MAX_DES][200] =
{"", "", "", ""};