[GME-commit] GMESRC/GME/Console ConsoleCtl.cpp,1.5,1.6

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Jan 30 20:51:14 CST 2006


Update of /project/gme-repository/GMESRC/GME/Console
In directory escher:/tmp/cvs-serv30678

Modified Files:
	ConsoleCtl.cpp 
Log Message:
Write seconds also, use 24H form.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: ConsoleCtl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Console/ConsoleCtl.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ConsoleCtl.cpp	12 Jan 2006 22:44:59 -0000	1.5
--- ConsoleCtl.cpp	30 Jan 2006 20:51:12 -0000	1.6
***************
*** 297,301 ****
  			{
  				CTime time = CTime::GetCurrentTime();
! 				line = _T("[") + time.Format(_T("%I:%M ")) + (time.GetHour() < 12 ? _T("AM] "):_T("PM] ")) + line;
  			}
  		} catch(hresult_exception &)
--- 297,301 ----
  			{
  				CTime time = CTime::GetCurrentTime();
! 				line = time.Format(_T("[%H:%M:%S] ")) + line;
  			}
  		} catch(hresult_exception &)



More information about the GME-commit mailing list