commit | ae3921d6ab7902e17eebf86105fd3050193f6f22 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de> | Fri Jan 01 18:43:12 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 01 18:43:12 1999 +0000 |
tree | 78b7b4c540db36c01fd921b8e119fde1b1b441da | |
parent | 8ba68fbd713894eea896eda9c9c88bd22f824f09 [diff] [blame] |
Another // comment fixed.
diff --git a/ole/variant.c b/ole/variant.c index 70bac6e..6729e19 100644 --- a/ole/variant.c +++ b/ole/variant.c
@@ -381,7 +381,7 @@ /* Set the tm_yday value. * 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. */ if( nDay <= 31 )