updated for version 7.0175
diff --git a/src/version.c b/src/version.c
index 69a47ff..f147348 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1082,7 +1082,7 @@
 
     /* Show the sponsor and register message one out of four times, the Uganda
      * message two out of four times. */
-    sponsor = time(NULL);
+    sponsor = (int)time(NULL);
     sponsor = ((sponsor & 2) == 0) - ((sponsor & 4) == 0);
 
     /* start displaying the message lines after half of the blank lines */