9b9be4d3c1
* New features * Bug fixes
15 lines
521 B
Text
15 lines
521 B
Text
$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;
|