]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- problem description typo auto/th/glibc-2.27-12
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jul 2018 20:45:59 +0000 (22:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Jul 2018 20:45:59 +0000 (22:45 +0200)
glibc-tzset-default.patch

index e17d983757476d9c383654719b2e5757f391f5cb..a88f0c6d44909f00c8916eb0bd86df34c50d39f2 100644 (file)
@@ -2,7 +2,7 @@ Avoid integer overflow when using TZ in form stdNdst without explicit dst rules,
 when:
  * using 32-bit time_t
  * first system timezone transition rule begins before 1901 (i.e. ~INT32_MAX)
- * TZ is on east of system timezone
+ * TZ is on west of system timezone
 --- glibc-2.27/time/tzfile.c.orig      2018-02-10 11:10:05.455102136 +0100
 +++ glibc-2.27/time/tzfile.c   2018-07-14 21:25:23.090397420 +0200
 @@ -543,6 +543,25 @@
This page took 0.215057 seconds and 4 git commands to generate.