VirtualBox

Ignore:
Timestamp:
Jun 5, 2015 10:57:57 AM (10 years ago)
Author:
vboxsync
Message:

Runtime: fixed typo in RTTimeFromString()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/time/time.cpp

    r52833 r56254  
    801801    unsigned const cDaysInMonth = fLeapYear
    802802                                ? g_acDaysInMonthsLeap[pTime->u8Month - 1]
    803                                 : g_acDaysInMonthsLeap[pTime->u8Month - 1];
     803                                : g_acDaysInMonths[pTime->u8Month - 1];
    804804    if (pTime->u8MonthDay == 0 || pTime->u8MonthDay > cDaysInMonth)
    805805        return NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette