pkgsrc/www/amaya/patches/patch-ah

16 lines
521 B
Text
Raw Normal View History

$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;