]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-tzfile-noassert.patch
- update git patch
[packages/glibc.git] / glibc-tzfile-noassert.patch
index 71a8a105a96a25b1bb36e714b462e31b78d6c971..d98691a472ea8ab254d993e20de01b1233f17d47 100644 (file)
@@ -6,7 +6,7 @@
         In this case there should be only one single type.  */
 -      assert (num_types == 1);
 +      if(__builtin_expect((num_types != 1), 0))
-+      return;
++      goto ret_free_transitions;
 +      /* assert (num_types == 1);  -- disabled, don't crash */
        __tzname[0] = __tzstring (zone_names);
      }
This page took 0.031497 seconds and 4 git commands to generate.