VirtualBox

Ignore:
Timestamp:
Jul 26, 2017 9:03:26 AM (7 years ago)
Author:
vboxsync
Message:

RTTimeZoneGetInfoByWindowsName: fix

File:
1 edited

Legend:

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

    r68107 r68116  
    11421142        PCRTTIMEZONEINFO pZone = &g_aTimeZones[g_aidxWinTimeZones[i]];
    11431143        if (   pZone->cchWindowsName == cchName
    1144             && RTStrICmpAscii(pszName, g_aTimeZones[i].pszWindowsName) == 0)
     1144            && RTStrICmpAscii(pszName, pZone->pszWindowsName) == 0)
    11451145            return pZone;
    11461146    }
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