Another patch to use time_t instead of long for storing timestamps.

Should fix i386 build.

Submitted by:	till plewe <till.plewe@gmail.com>
This commit is contained in:
Dmitry Sivachenko 2009-11-27 09:40:34 +00:00
parent ab9d3a7b76
commit b10adc0f8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244842

View file

@ -0,0 +1,11 @@
--- src/gource.h.orig 2009-11-25 05:29:14.000000000 +0300
+++ src/gource.h 2009-11-27 12:35:43.000000000 +0300
@@ -110,7 +110,7 @@ class Gource : public SDLApp {
int framecount;
float runtime;
- long currtime;
+ time_t currtime;
float subseconds;
float splash;