aboutsummaryrefslogtreecommitdiffstats
path: root/security/skipfish/files/patch-ab
blob: 5d1305bdc724694864c38617f489be2d62e1fb07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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. */