Error messages now display meter/measure in question.

This commit is contained in:
Birunthan Mohanathas
2010-09-21 16:45:29 +00:00
parent 77ac096f2c
commit 11588043de
12 changed files with 82 additions and 75 deletions

View File

@ -59,10 +59,10 @@ int GetYearDay(int year, int month, int day)
CMeasureTime::CMeasureTime(CMeterWindow* meterWindow) : CMeasure(meterWindow)
{
/* Set time zone from TZ environment variable. If TZ is not set,
* the operating system is queried to obtain the default value
* for the variable.
*/
_tzset();
* the operating system is queried to obtain the default value
* for the variable.
*/
tzset();
m_DeltaTime.QuadPart = 0;
m_Time.QuadPart = 0;