mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ uprv_tzname(int n)
|
|||
#endif
|
||||
|
||||
#if defined(WIN32) || defined(OS2)
|
||||
return _tzname[index];
|
||||
return _tzname[n];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue