This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit d02d965a89ff992b43d985d5ad3958bf3d333d6d
Author: MAN-AT-ARMS <m4n4t4...@gmail.com>
Date:   Mon Dec 21 08:11:35 2015 -0500

    All: Use 2 digit hour:minute display for last server refresh time
---
 MP/code/ui/ui_main.c | 2 +-
 SP/code/ui/ui_main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/code/ui/ui_main.c b/MP/code/ui/ui_main.c
index 1b8fa7f..fd4c8f5 100644
--- a/MP/code/ui/ui_main.c
+++ b/MP/code/ui/ui_main.c
@@ -7881,7 +7881,7 @@ static void UI_StartServerRefresh( qboolean full ) {
 
        qtime_t q;
        trap_RealTime( &q );
-       trap_Cvar_Set( va( "ui_lastServerRefresh_%i", ui_netSource.integer ), 
va( "%s-%i, %i at %i:%i", MonthAbbrev[q.tm_mon],q.tm_mday, 1900 + 
q.tm_year,q.tm_hour,q.tm_min ) );
+       trap_Cvar_Set( va( "ui_lastServerRefresh_%i", ui_netSource.integer ), 
va( "%s-%i, %i at %02i:%02i", MonthAbbrev[q.tm_mon],q.tm_mday, 1900 + 
q.tm_year,q.tm_hour,q.tm_min ) );
 
        if ( !full ) {
                UI_UpdatePendingPings();
diff --git a/SP/code/ui/ui_main.c b/SP/code/ui/ui_main.c
index bc2f702..875b4dd 100644
--- a/SP/code/ui/ui_main.c
+++ b/SP/code/ui/ui_main.c
@@ -7680,7 +7680,7 @@ static void UI_StartServerRefresh( qboolean full ) {
 
        qtime_t q;
        trap_RealTime( &q );
-       trap_Cvar_Set( va( "ui_lastServerRefresh_%i", ui_netSource.integer ), 
va( "%s-%i, %i at %i:%i", MonthAbbrev[q.tm_mon],q.tm_mday, 1900 + 
q.tm_year,q.tm_hour,q.tm_min ) );
+       trap_Cvar_Set( va( "ui_lastServerRefresh_%i", ui_netSource.integer ), 
va( "%s-%i, %i at %02i:%02i", MonthAbbrev[q.tm_mon],q.tm_mday, 1900 + 
q.tm_year,q.tm_hour,q.tm_min ) );
 
        if ( !full ) {
                UI_UpdatePendingPings();

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to