We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08807e8 + f6af86e commit 2ebdf04Copy full SHA for 2ebdf04
lib/tzraw.c
@@ -366,6 +366,7 @@ zif_open(const char *file)
366
switch (hdr[offsetof(struct zih_s, tzh_version)]) {
367
const unsigned char *hds;
368
case '2':
369
+ /*@fallthrough@*/
370
case '3':
371
hds = hdr;
372
tmp.nlp = RDU32(hdr + offsetof(struct zih_s, tzh_leapcnt));
@@ -384,6 +385,7 @@ zif_open(const char *file)
384
385
goto unmp;
386
}
387
hdr = hds;
388
389
case '\0':
390
391
tmp.ntr = RDU32(hdr + offsetof(struct zih_s, tzh_timecnt));
0 commit comments