ICU-353 _tzname[n] on Windows too, please... Thanks Vladimir for the heads-up.
X-SVN-Rev: 1133
This commit is contained in:
parent
7ed0a330a8
commit
f911c8b490
@ -698,7 +698,7 @@ uprv_tzname(int n)
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) || defined(OS2)
|
||||
return _tzname[index];
|
||||
return _tzname[n];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user