2005-07-12 16:34:22 +02:00
|
|
|
$NetBSD: patch-ah,v 1.3 2005/07/12 14:34:22 adam Exp $
|
2004-06-12 16:23:10 +02:00
|
|
|
|
2005-07-12 16:34:22 +02:00
|
|
|
--- ../thotlib/presentation/presvariables.c.orig 2005-06-07 13:37:13.000000000 +0000
|
2004-06-12 16:23:10 +02:00
|
|
|
+++ ../thotlib/presentation/presvariables.c
|
2005-07-12 16:34:22 +02:00
|
|
|
@@ -1109,8 +1109,8 @@ ThotBool NewVariable (int varNum, PtrSSc
|
2004-06-12 16:23:10 +02:00
|
|
|
{
|
|
|
|
int f, l;
|
|
|
|
int i;
|
|
|
|
- long tod;
|
|
|
|
- long *pt;
|
|
|
|
+ time_t tod;
|
|
|
|
+ time_t *pt;
|
|
|
|
struct tm *ptm;
|
|
|
|
PtrTextBuffer isOld, isNew;
|
|
|
|
PtrAttribute pA;
|