diff options
Diffstat (limited to 'games/battletanks/files/patch-mrt_logger.cpp')
-rw-r--r-- | games/battletanks/files/patch-mrt_logger.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/battletanks/files/patch-mrt_logger.cpp b/games/battletanks/files/patch-mrt_logger.cpp deleted file mode 100644 index fec967f35c16..000000000000 --- a/games/battletanks/files/patch-mrt_logger.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- mrt/logger.cpp.orig 2008-09-11 09:12:44.000000000 +0200 -+++ mrt/logger.cpp 2008-09-11 09:14:32.000000000 +0200 -@@ -81,7 +81,7 @@ - gettimeofday(&tv, NULL); - - struct tm tm; -- localtime_r(&tv.tv_sec, &tm); -+ localtime_r((time_t *)&tv.tv_sec, &tm); - - h = tm.tm_hour; - m = tm.tm_min; |