Changeset 68116 in vbox for trunk/src/VBox/Runtime/common/time/timezoneinfo.cpp
- Timestamp:
- Jul 26, 2017 9:03:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timezoneinfo.cpp
r68107 r68116 1142 1142 PCRTTIMEZONEINFO pZone = &g_aTimeZones[g_aidxWinTimeZones[i]]; 1143 1143 if ( pZone->cchWindowsName == cchName 1144 && RTStrICmpAscii(pszName, g_aTimeZones[i].pszWindowsName) == 0)1144 && RTStrICmpAscii(pszName, pZone->pszWindowsName) == 0) 1145 1145 return pZone; 1146 1146 }
Note:
See TracChangeset
for help on using the changeset viewer.