summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ah
blob: ed7f70eddf92c0028e552b28fbc9de50e39751d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.3 2005/07/12 14:34:22 adam Exp $

--- ../thotlib/presentation/presvariables.c.orig	2005-06-07 13:37:13.000000000 +0000
+++ ../thotlib/presentation/presvariables.c
@@ -1109,8 +1109,8 @@ ThotBool NewVariable (int varNum, PtrSSc
 {
    int                 f, l;
    int                 i;
-   long                tod;
-   long               *pt;
+   time_t                tod;
+   time_t               *pt;
    struct tm          *ptm;
    PtrTextBuffer       isOld, isNew;
    PtrAttribute        pA;