diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gource/files/patch-src-commitlog.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gource/files/patch-src-commitlog.h b/graphics/gource/files/patch-src-commitlog.h new file mode 100644 index 000000000000..60f9e0a61ab7 --- /dev/null +++ b/graphics/gource/files/patch-src-commitlog.h @@ -0,0 +1,11 @@ +--- src/commitlog.h.orig 2009-11-25 05:29:14.000000000 +0300 ++++ src/commitlog.h 2009-11-26 15:06:52.000000000 +0300 +@@ -42,7 +42,7 @@ public: + class RCommit { + vec3f fileColour(std::string filename); + public: +- long timestamp; ++ time_t timestamp; + std::string username; + + std::list<RCommitFile> files; |