143,144c143,145 < long time_val ; < struct tm *tm_ptr ; --- > // long time_val ; > __int64 time_val; > struct tm *tm_ptr ; 721,722c722,724 < long time_val ; < struct tm *tm_ptr ; --- > //long time_val ; > __int64 time_val; > struct tm *tm_ptr ; 724,725c726,727 < time( (time_t *)&time_val) ; < tm_ptr = localtime( (time_t *)&time_val) ; --- > time( (time_t *)&time_val) ; > tm_ptr = localtime( (time_t *)&time_val) ; 730,731c732 < if(m_Hour > 12) < { --- > if(m_Hour > 12) { 735c736 < else --- > else { 737c738 < --- > } 880a882 > int x; 890,891c892 < for(int x=0;x < (signed)strlen(date);++x) < { --- > for( x=0 ; x < (signed)strlen(date) ; ++x) { 895,896c896,897 < for(x=0;x < (signed)strlen(date);++x) < { --- > > for( x=0 ; x < (signed)strlen(date) ; ++x) { 901,902c902 < if(!HasSeperators) < { --- > if(!HasSeperators) {