head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.04.11.21.16.27;	author niels;	state dead;
branches;
next	1.1;

1.1
date	2010.04.03.19.10.20;	author niels;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgraded to version 1.30b

Submitted by:	Ryan Steinmetz (maintainer)
Approved by:	itetcu (mentor)
@
text
@--- analysis.c.orig	2010-03-25 20:26:41.000000000 +0100
+++ analysis.c	2010-03-25 01:47:35.000000000 +0100
@@@@ -394,7 +394,7 @@@@
   static u8 tm_prefix[8];
 
   if (!tm_prefix[0])
-    sprintf((char*)tm_prefix, "%lu", time(0) / 100000);
+    sprintf((char*)tm_prefix, "%lu",(long unsigned int) (time(0) / 100000));
 
   /* Unix time is not a valid token. */
 
@


1.1
log
@Build warning fixes, forgotten in previous commit:
- Upgrade to version 1.29b

Approved by:	itetcu (mentor)
Approved by:	Ryan Steinmetz (maintainer)
@
text
@@

