VirtualBox

Changeset 68116 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 26, 2017 9:03:26 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117180
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.

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