* Month and Day should be used from the passed date
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27266 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
842f1dfab5
commit
014016620f
@ -191,7 +191,7 @@ BDate::Date() const
|
||||
bool
|
||||
BDate::SetDate(const BDate& date)
|
||||
{
|
||||
return _SetDate(date.fYear, fMonth, fDay);
|
||||
return _SetDate(date.fYear, date.fMonth, date.fDay);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user