FreeBSD Bugzilla – Attachment 125266 Details for
Bug 168862
[tzcode] tzname set incorrectly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 468 bytes, created by
Martin Nowak
on 2012-06-08 16:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Nowak
Created:
2012-06-08 16:40:14 UTC
Size:
468 bytes
patch
obsolete
>diff --git a/contrib/tzcode/stdtime/localtime.c b/contrib/tzcode/stdtime/localtime.c >index 9605eeb..4b1a1ec 100644 >--- a/contrib/tzcode/stdtime/localtime.c >+++ b/contrib/tzcode/stdtime/localtime.c >@@ -318,7 +318,7 @@ settzname(void) > /* > ** And to get the latest zone names into tzname. . . > */ >- for (i = 0; i < sp->typecnt; ++i) { >+ for (i = 0; i < sp->timecnt; ++i) { > const struct ttinfo * const ttisp = &sp->ttis[sp->types[i]]; > > tzname[ttisp->tt_isdst] =
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 168862
: 125266