Another // comment fixed.
This commit is contained in:
parent
8ba68fbd71
commit
ae3921d6ab
|
@ -381,7 +381,7 @@ static BOOL32 DateToTm( DATE dateIn, LCID lcid, struct tm* pTm )
|
||||||
/* Set the tm_yday value.
|
/* Set the tm_yday value.
|
||||||
* Note: The day is must be converted from [1-366] to [0-365]
|
* Note: The day is must be converted from [1-366] to [0-365]
|
||||||
*/
|
*/
|
||||||
//pTm->tm_yday = nDay - 1;
|
/*pTm->tm_yday = nDay - 1;*/
|
||||||
/* find which mount this day corresponds to.
|
/* find which mount this day corresponds to.
|
||||||
*/
|
*/
|
||||||
if( nDay <= 31 )
|
if( nDay <= 31 )
|
||||||
|
|
Loading…
Reference in New Issue